[-] BO : #PSTEST-667 - Fix bug with favicon and stores icon and multishop

This commit is contained in:
mDeflotte
2012-02-07 10:10:40 +00:00
parent f87a92ae84
commit ea0f796e48
7 changed files with 31 additions and 19 deletions
@@ -355,7 +355,7 @@ class WebserviceSpecificManagementImagesCore implements WebserviceSpecificManage
case 'store_icon':
if (in_array($this->wsObject->method, array('GET','HEAD','PUT')))
{
$path = _PS_IMG_DIR_.'logo_stores.gif';
$path = _PS_IMG_DIR_.Configuration::get('PS_STORES_ICON');
$this->imgExtension = 'gif';
}
else