diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 08:49:28 -0500 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-02-09 08:49:28 -0500 |
commit | ee4ee388ff6d66e2e6198ec1b5d1100733b63fd8 (patch) | |
tree | 15f3b108a41816da592865256187fc5829e17231 /lib/common.php | |
parent | dce975e33b95e455c671207054a1d4c0237e075f (diff) |
include plugin.php early so config can use it
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 2f85eb7c5..041459cf3 100644 --- a/lib/common.php +++ b/lib/common.php @@ -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 |