// Renamed images types for the default theme (in order to avoid conflicts) #PSCFV-4242
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17474 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -674,7 +674,7 @@ class InstallXmlLoader
|
||||
@chmod($target_file, 0644);
|
||||
}
|
||||
// Resize the image if no cache was prepared in fixtures
|
||||
else if (!ImageManager::resize($path.$id.'.jpg', $target_file, $type['width'], $type['height']))
|
||||
else if (!ImageManager::resize($path.$identifier.'.jpg', $target_file, $type['width'], $type['height']))
|
||||
$this->setError($this->language->l('Cannot create image "%1$s" for entity "%2$s"', $identifier.'-'.$type['name'], 'product'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user