From 0b83996b742be4517a403ba38e782112caa5eafd Mon Sep 17 00:00:00 2001 From: rMalie Date: Mon, 2 Jan 2012 10:12:00 +0000 Subject: [PATCH] // Fix strict standard in new installer git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11971 b9a71923-0436-4b27-9f14-aed3839534dd --- install-new/dev/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-new/dev/index.php b/install-new/dev/index.php index 1a765c523..e5b7aca29 100644 --- a/install-new/dev/index.php +++ b/install-new/dev/index.php @@ -14,7 +14,7 @@ class SynchronizeController extends InstallControllerHttp */ protected $loader; - public function displayTemplate($template) + public function displayTemplate($template, $get_output = false, $path = null) { parent::displayTemplate($template, false, _PS_INSTALL_PATH_.'dev/'); }