// multistore can be chosen on AdminHome, this fix the #PSTEST-950 bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13829 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-03-05 09:55:47 +00:00
parent 15570a8595
commit 1049736226
@@ -31,7 +31,6 @@ class AdminHomeControllerCore extends AdminController
public function __construct()
{
$this->multishop_context = Shop::CONTEXT_ALL;
parent::__construct();
}