[-] BO : Check if store is set.
[-] BO : #PSCFV-2164 Added description for Cache options, and fixed links [-] FO : #PSCFV-2138 Removed * on Home Phone (it's not a required field)
This commit is contained in:
@@ -2338,7 +2338,7 @@ class AdminControllerCore extends Controller
|
||||
return;
|
||||
|
||||
$shops = Shop::getShops(true, null, true);
|
||||
if (count($shops) == 1)
|
||||
if (count($shops) == 1 && isset($shops[0]))
|
||||
return array($shops[0], 'shop');
|
||||
|
||||
$assos = array();
|
||||
|
||||
Reference in New Issue
Block a user