mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Linux is case-sensitive, made a mistake here, sorry!
This commit is contained in:
parent
0e25ce553c
commit
3c4b19743f
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user