From b77cfcdaefcf352f696c7ac81fb1fede3cc690a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Wed, 20 Feb 2013 17:54:12 +0100 Subject: [PATCH] // images.inc.php don't need to be called anymore --- admin-dev/functions.php | 2 -- install-dev/classes/xmlLoader.php | 1 - 2 files changed, 3 deletions(-) diff --git a/admin-dev/functions.php b/admin-dev/functions.php index 1b2ee8347..888f9bb24 100644 --- a/admin-dev/functions.php +++ b/admin-dev/functions.php @@ -24,8 +24,6 @@ * International Registered Trademark & Property of PrestaShop SA */ -require_once(dirname(__FILE__).'/../images.inc.php'); - function bindDatepicker($id, $time) { if ($time) diff --git a/install-dev/classes/xmlLoader.php b/install-dev/classes/xmlLoader.php index 9b9daef44..90972ce0f 100644 --- a/install-dev/classes/xmlLoader.php +++ b/install-dev/classes/xmlLoader.php @@ -61,7 +61,6 @@ class InstallXmlLoader { $this->language = InstallLanguages::getInstance(); $this->setDefaultPath(); - require_once _PS_ROOT_DIR_.'/images.inc.php'; } /**