// Fix little bug
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11078 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -1517,7 +1517,7 @@ class ToolsCore
|
||||
foreach (ShopUrl::getShopUrls() as $shop_url)
|
||||
{
|
||||
if (!isset($domains[$shop_url->domain]))
|
||||
$domains[$shop_url['domain']] = array();
|
||||
$domains[$shop_url->domain] = array();
|
||||
|
||||
$domains[$shop_url->domain][] = array(
|
||||
'physical' => $shop_url->physical_uri,
|
||||
|
||||
Reference in New Issue
Block a user