// Fix BO connection bug with employees auth

This commit is contained in:
rMalie
2012-04-23 12:07:26 +00:00
parent aeec6cdb8b
commit abc05095a1
+3
View File
@@ -1647,6 +1647,9 @@ class AdminControllerCore extends Controller
public function initShopContext()
{
if (!$this->context->employee->isLoggedBack())
return;
// Change shop context ?
if (Shop::isFeatureActive() && Tools::getValue('setShopContext') !== false)
{