From 0b5c5183d091fd2e0631664e39649100d896408e Mon Sep 17 00:00:00 2001 From: pek5892 Date: Tue, 4 Jun 2024 17:05:21 +0200 Subject: [PATCH] Fix minore --- controller.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/controller.php b/controller.php index da22a512c..5a52d45ee 100755 --- a/controller.php +++ b/controller.php @@ -76,7 +76,9 @@ include base_dir().'/include/manager.php'; echo ' '; -// Plugin +// Plugins +$plugins = Plugin::where('idmodule_to', $id_module)->where('position', 'tab_main')->where('enabled', 1)->get(); + $module_record = $record; foreach ($plugins as $plugin) { $record = $module_record;