// Perf #PSCFI-6421

This commit is contained in:
dMetzger
2012-08-30 08:14:53 +00:00
parent e4075886c4
commit 5322f88ca1
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);