// Compatibility with PHP 5.1 in new installer
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11660 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -235,7 +235,8 @@ abstract class InstallControllerHttp
|
||||
*/
|
||||
public function l($str)
|
||||
{
|
||||
return call_user_func_array(array($this->language, 'l'), func_get_args());
|
||||
$args = func_get_args();
|
||||
return call_user_func_array(array($this->language, 'l'), $args);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user