From 3c4b19743fd9e33c16d82c7b4d50aab97e01eb99 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 26 Nov 2024 18:25:01 +0100 Subject: [PATCH] Linux is case-sensitive, made a mistake here, sorry! --- system/hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/hooks.php b/system/hooks.php index 34f3c334..93c7b945 100644 --- a/system/hooks.php +++ b/system/hooks.php @@ -61,7 +61,7 @@ define('HOOK_FIRST', HOOK_STARTUP); define('HOOK_LAST', HOOK_EMAIL_CONFIRMED); require_once LIBS . 'plugins.php'; -require_once LIBS . 'src/plugins.php'; +require_once LIBS . 'src/Plugins.php'; class Hook {