// images.inc.php don't need to be called anymore

This commit is contained in:
Rémi Gaillard
2013-02-20 17:54:12 +01:00
parent a3de006c5a
commit b77cfcdaef
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -24,8 +24,6 @@
* International Registered Trademark & Property of PrestaShop SA
*/
require_once(dirname(__FILE__).'/../images.inc.php');
function bindDatepicker($id, $time)
{
if ($time)
-1
View File
@@ -61,7 +61,6 @@ class InstallXmlLoader
{
$this->language = InstallLanguages::getInstance();
$this->setDefaultPath();
require_once _PS_ROOT_DIR_.'/images.inc.php';
}
/**