// Strict standard on initView
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10452 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -33,7 +33,7 @@ class AdminInformationControllerCore extends AdminController
|
||||
parent::initContent();
|
||||
}
|
||||
|
||||
public function initView()
|
||||
public function initView($tpl = false)
|
||||
{
|
||||
$this->tpl_view_vars = array(
|
||||
'version' => array(
|
||||
@@ -67,7 +67,7 @@ class AdminInformationControllerCore extends AdminController
|
||||
|
||||
/**
|
||||
* get all tests
|
||||
*
|
||||
*
|
||||
* @return array of test results
|
||||
*/
|
||||
public function getTestResult()
|
||||
@@ -110,3 +110,4 @@ class AdminInformationControllerCore extends AdminController
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user