// Fix strict standard in new installer

This commit is contained in:
rMalie
2012-01-02 10:12:00 +00:00
parent f47b8c5058
commit 989fe93549
+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/');
}