From e1dc0bbf32fffa924c2cc468acc930cffcf792ba Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 19 Jan 2026 11:42:31 +0200 Subject: [PATCH] Troubleshoots logs plugin --- plugins/logs/controllers/logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/logs/controllers/logs.php b/plugins/logs/controllers/logs.php index e05d469..8a333f8 100644 --- a/plugins/logs/controllers/logs.php +++ b/plugins/logs/controllers/logs.php @@ -116,7 +116,7 @@ $username = $userObject->getUserDetails($userId)[0]['username']; include_once dirname(__FILE__, 4) . '/app/helpers/feedback.php'; // Load plugin helpers -include PLUGIN_LOGS_PATH . 'helpers/logs_view_helper.php'; +require_once PLUGIN_LOGS_PATH . 'helpers/logs_view_helper.php'; // Display messages list include PLUGIN_LOGS_PATH . 'views/logs.php';