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

This commit is contained in:
dMetzger
2012-09-24 09:08:57 +00:00
parent b7be2d64d4
commit 84b0aa79b2
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)