From 989fe935493b2f48ce16ac2b85ea2e6392118a98 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 --- 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/'); }