mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-02 17:07:01 +01:00
Fix minore
This commit is contained in:
parent
edda7c38e2
commit
b4d2fec82b
4
core.php
4
core.php
@ -248,8 +248,8 @@ if (!API\Response::isAPIRequest()) {
|
||||
$plugin = Plugins::getCurrent();
|
||||
$structure = isset($plugin) ? $plugin : $module;
|
||||
|
||||
$id_module = $module ? $module['id'] : null;
|
||||
$id_plugin = $plugin ? $plugin['id'] : null;
|
||||
$id_module = $module ? $module->id : null;
|
||||
$id_plugin = $plugin ? $plugin->id : null;
|
||||
|
||||
$user = Auth::user();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user