[-] BO : fixed bug #PSCFV-4653

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17836 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-10-11 15:16:00 +00:00
parent fcb726184f
commit 88bbc15407
+1 -1
View File
@@ -610,7 +610,7 @@ class AdminShopControllerCore extends AdminController
}
Category::updateFromShop(Tools::getValue('categoryBox'), $object->id);
Search::indexation(true);
return $object;
}