include plugin.php early so config can use it

This commit is contained in:
Evan Prodromou 2009-02-09 08:49:28 -05:00
parent dce975e33b
commit ee4ee388ff
1 changed files with 1 additions and 0 deletions

View File

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