Milan Davídek
Milan Davídek
I've run into same problem today. So I guess it is not fixed yet, so we should reopen the issue then @olvlvl ?
Ok I understand. Can you reopen the issue for us who miss that feature? Thanks.
using administrator helped me
I like it as others. Another thing, this is BC break, the base branch should be changed to `20.x`?
I like just `rename-mysql4-class-to-resource.php` PR can be found easily by commit :)
I spoted the same thing few weeks ago. I wanted to open the same issue here :) I was also checking how they deal with that in Magento2 and it...
Seems that the escape inside `setLocation` was added as reaction to some forgot escape in some template. Would be hard to find it.
@tmotyl I mean this attribute: https://github.com/OpenMage/magento-lts/blob/1.9.4.x/app/code/core/Mage/Catalog/sql/catalog_setup/upgrade-1.6.0.0.9-1.6.0.0.10.php#L127
@joshua-bn I did this: ```php class MyRewrite extends Mage_Catalog_Model_Product_Attribute_Backend_Groupprice { public function afterLoad($object) { return $this; //afterload disabled due to poor performance } } ```
@fballiano yes the link points to the problematic function