From: Evan Prodromou Date: Mon, 9 Feb 2009 13:49:28 +0000 (-0500) Subject: include plugin.php early so config can use it X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;ds=sidebyside;h=ee4ee388ff6d66e2e6198ec1b5d1100733b63fd8;p=quix0rs-gnu-social.git include plugin.php early so config can use it --- diff --git a/lib/common.php b/lib/common.php index 2f85eb7c51..041459cf34 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