// Revert normalization
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8019 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -151,7 +151,7 @@ class SupplierCore extends ObjectModel
|
||||
}
|
||||
}
|
||||
for ($i = 0; $i < sizeof($suppliers); $i++)
|
||||
if (Configuration::get('PS_REWRITING_SETTINGS'))
|
||||
if ((int)(Configuration::get('PS_REWRITING_SETTINGS')))
|
||||
$suppliers[$i]['link_rewrite'] = Tools::link_rewrite($suppliers[$i]['name'], false);
|
||||
else
|
||||
$suppliers[$i]['link_rewrite'] = 0;
|
||||
|
||||
Reference in New Issue
Block a user