This commit is contained in:
jmCollin
2011-09-26 16:04:15 +00:00
parent 3488f50970
commit 7f3927602d
+1 -1
View File
@@ -430,7 +430,7 @@ function generateShopList()
function runAdminTab()
{
require_once(_PS_ADMIN_DIR_.'/init.php');
// $cookie = Context::getContext()->cookie;
$cookie = Context::getContext()->cookie;
if (empty($tab) and !sizeof($_POST))
{
$tab = 'AdminHome';