Linux is case-sensitive, made a mistake here, sorry!

This commit is contained in:
slawkens 2024-11-26 18:25:01 +01:00
parent 0e25ce553c
commit 3c4b19743f

View File

@ -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
{