// Perf #PSCFI-6421

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17087 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-08-30 08:14:53 +00:00
parent 9ac039d5f5
commit 996db45b8b
3 changed files with 15 additions and 7 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ try
Shop::setContext(Shop::CONTEXT_SHOP, $shop_id);
}
}
else if ($context->employee->hasAuthOnShop($split[1]))
elseif ($context->employee->hasAuthOnShop($split[1]))
{
$shop_id = $split[1];
Shop::setContext(Shop::CONTEXT_SHOP, $shop_id);