// Multishop interface reworked
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15121 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -551,7 +551,7 @@ class AdminThemesControllerCore extends AdminController
|
||||
$this->uploadIco('PS_FAVICON', _PS_IMG_DIR_.'favicon.ico');
|
||||
if ($this->uploadIco('PS_FAVICON', _PS_IMG_DIR_.'favicon-'.(int)$id_shop.'.ico'))
|
||||
Configuration::updateValue('PS_FAVICON', 'favicon-'.(int)$id_shop.'.ico');
|
||||
|
||||
|
||||
Configuration::updateGlobalValue('PS_FAVICON', 'favicon.ico');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user