There was an error while loading. Please reload this page.
1 parent edda7c3 commit b4d2fecCopy full SHA for b4d2fec
1 file changed
core.php
@@ -248,8 +248,8 @@
248
$plugin = Plugins::getCurrent();
249
$structure = isset($plugin) ? $plugin : $module;
250
251
- $id_module = $module ? $module['id'] : null;
252
- $id_plugin = $plugin ? $plugin['id'] : null;
+ $id_module = $module ? $module->id : null;
+ $id_plugin = $plugin ? $plugin->id : null;
253
254
$user = Auth::user();
255
0 commit comments