mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Miglioramento della struttura di Modules e Plugins
This commit is contained in:
@@ -9,7 +9,7 @@ if (file_exists($docroot.'/include/custom/top.php')) {
|
||||
}
|
||||
|
||||
// Lettura parametri iniziali del modulo
|
||||
$module = Modules::getModule($id_module);
|
||||
$module = Modules::get($id_module);
|
||||
|
||||
if (empty($module) || empty($module['enabled'])) {
|
||||
die(tr('Accesso negato'));
|
||||
|
Reference in New Issue
Block a user