zikula-modules / Scribite

Integrate WYSIWYG editors for Zikula and its modules.
30 stars 7 forks source link

[1.5] Error after install #163

Closed Portugao closed 7 years ago

Portugao commented 7 years ago
Notice: Undefined property: Zikula\Core\Event\ModuleStateEvent::$modinfo
        } else {
            // Legacy for non Symfony-styled modules.
            // @deprecated remove at Core-2.0
            $modInfo = $event->modinfo;
            $modName = $modInfo['name'];
        }
        $category = $this->variableApi->get('ZikulaAdminModule', 'defaultcategory');

The module is installed and usable.

craigh commented 7 years ago

this is fixed in the core. refs https://github.com/zikula/core/issues/3629 and https://github.com/zikula/core/commit/5847b76b58d4d907aecf58c566f58418ca920726

Portugao commented 7 years ago

👍