// Changed image system to new default + #PSCFV-4068

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17488 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-09-24 09:08:57 +00:00
parent 352a1f636c
commit 3f1cb8d093
5 changed files with 19 additions and 33 deletions
+1
View File
@@ -611,6 +611,7 @@ class InstallXmlLoader
$this->setError($this->language->l('Cannot create image "%1$s" for entity "%2$s"', $identifier.'-'.$type['name'], $entity));
}
}
Image::moveToNewFileSystem();
}
public function copyImagesScene($identifier, array $data)