magicmulder Posted March 10, 2016 Report Share Posted March 10, 2016 (edited) We just successfully upgraded from 3.0.2 to 3.2.3. We've noticed that the pulldowns (that usually say "Is one of" or "Contains" etc.) in the Delivery Limitation tab for a banner are empty (we had the same issue with 3.2.2 which caused us to sit that one out).To quick-fix this, we had to insert the following at the top of the methods displayComparison() and checkComparison() in htdocs/lib/OX/Extension/deliveryLimitations/DeliveryLimitations.php:if ($this->aOperations == "") { $this->__construct(); }Anybody else seen this? I haven't yet figured out where aOperations (which is filled in the constructor) gets nulled again after initialization of the class. Edited March 10, 2016 by magicmulder Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.