// removing categories shop association

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11504 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2011-12-21 16:05:42 +00:00
parent f4780b88ef
commit e5d53567ae
3 changed files with 0 additions and 47 deletions
-1
View File
@@ -606,7 +606,6 @@ class AdminControllerCore extends Controller
$parent_id = (int)Tools::getValue('id_parent', 1);
$this->afterAdd($object);
$this->updateAssoShop($object->id);
// Save and stay on same form
if (Tools::isSubmit('submitAdd'.$this->table.'AndStay'))
$this->redirect_after = self::$currentIndex.'&'.$this->identifier.'='.$object->id.'&conf=3&update'.$this->table.'&token='.$token;