include plugin.php early so config can use it
This commit is contained in:
parent
dce975e33b
commit
ee4ee388ff
|
@ -53,6 +53,7 @@ require_once(INSTALLDIR.'/lib/language.php');
|
|||
// can use it
|
||||
|
||||
require_once(INSTALLDIR.'/lib/event.php');
|
||||
require_once(INSTALLDIR.'/lib/plugin.php');
|
||||
|
||||
// try to figure out where we are
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user