// 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
This commit is contained in:
rMalie
2012-01-02 10:12:00 +00:00
parent a3d8def0a6
commit 0b83996b74
+1 -1
View File
@@ -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/');
}