Jump to content

1.6.1.18 Fix PHP Warning when updating category with multishop #8673


nuno.note

Recommended Posts

information please

Fix PHP Warning when updating category with multishop #8673

classes/ObjectModel.php

but not fix the problem 

Fix the update of cover image in multishop mode #8251

line 679 - 689

if ($shop_exists) {
                    if (Shop::isFeatureActive() && Shop::getContext() != Shop::CONTEXT_SHOP) {
if (is_array($this->update_fields)) {
                        foreach ($fields as $key => $val) {
                            if (!array_key_exists($key, (array)$this->update_fields)) {
                                unset($fields[$key]);
                            }
                        }
                    }
}
 

thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...