]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
include plugin.php early so config can use it
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 9 Feb 2009 13:49:28 +0000 (08:49 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 9 Feb 2009 13:49:28 +0000 (08:49 -0500)
lib/common.php

index 2f85eb7c512bb032b329dbb59bcdb6f63241171e..041459cf3462b7804bf56042afe290dc1ef41a23 100644 (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