Skip to content

Commit b4d2fec

Browse files
committed
Fix minore
1 parent edda7c3 commit b4d2fec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎core.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@
248248
$plugin = Plugins::getCurrent();
249249
$structure = isset($plugin) ? $plugin : $module;
250250

251-
$id_module = $module ? $module['id'] : null;
252-
$id_plugin = $plugin ? $plugin['id'] : null;
251+
$id_module = $module ? $module->id : null;
252+
$id_plugin = $plugin ? $plugin->id : null;
253253

254254
$user = Auth::user();
255255

0 commit comments

Comments
 (0)