nuno.note Posted February 10, 2018 Share Posted February 10, 2018 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now