PHP7 errors fix.

Warning: PHP Deprecated:  Methods with the same name as their class will
not be constructors in a future version of PHP.
This commit is contained in:
MinSoo Kim 2015-12-30 22:43:44 +09:00
parent 2cd07067de
commit c58b5bf4bf
6 changed files with 9 additions and 9 deletions

View file

@ -70,7 +70,7 @@ class autoinstall extends ModuleObject
*
* @return void
*/
function autoinstall()
function __construct()
{
$oModuleModel = getModel('module');
$config = $oModuleModel->getModuleConfig('autoinstall');