XoopsX / legacy

XOOPS Cube Legacy base repository
15 stars 11 forks source link

name case mismatch #90

Closed mambax7 closed 5 years ago

mambax7 commented 5 years ago

Fatal error: Call to a member function find() on a non-object in modules\legacy\admin\class\ModuleInstallUtils.class.php on line 358

        $tplhandler = xoops_getHandler('tplfile');
        $delTemplates = null;

        $delTemplates =& $tplHandler->find($tplset, 'module', $module->get('mid'));

The $tplhandler in php $tplhandler = xoops_getHandler('tplfile');

should be:

php $tplHandler

mambax7 commented 5 years ago

Sorry, I had an old version! :(