// 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:
@@ -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/');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user