[-] BO : #PSTEST-232 : Product pictures are now displayed with multishop

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11867 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mBertholino
2011-12-28 16:14:23 +00:00
parent ef87beed40
commit 0c2c1db553
2 changed files with 8 additions and 4 deletions
+2 -2
View File
@@ -546,7 +546,7 @@ class AdminControllerCore extends Controller
{
if (!empty($this->fieldImageSettings))
$res = $object->deleteImage();
if (!$res)
$this->_errors[] = Tools::displayError('Unable to delete associated images');
@@ -1573,7 +1573,7 @@ class AdminControllerCore extends Controller
$this->addCSS(_THEME_CSS_DIR_.'rtl.css');
$this->addJquery();
$this->addjQueryPlugin(array('cluetip', 'hoverIntent', 'scrollTo', 'alerts'));
$this->addjQueryPlugin(array('cluetip', 'hoverIntent', 'scrollTo'));
$this->addJS(array(
_PS_JS_DIR_.'admin.js',