From ac60342e8924c5847b76139ac740f90520e92be9 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 22 Sep 2008 18:50:31 -0400 Subject: merge CiaranG's changes for subs darcs-hash:20080922225031-84dde-c6967f46ae642f8943b0de77d9a82892ecadb4ce.gz --- lib/common.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common.php') diff --git a/lib/common.php b/lib/common.php index e37e330ea..b892d2c15 100644 --- a/lib/common.php +++ b/lib/common.php @@ -133,6 +133,7 @@ require_once(INSTALLDIR.'/lib/util.php'); require_once(INSTALLDIR.'/lib/action.php'); require_once(INSTALLDIR.'/lib/theme.php'); require_once(INSTALLDIR.'/lib/mail.php'); +require_once(INSTALLDIR.'/lib/subs.php'); function __autoload($class) { if ($class == 'OAuthRequest') { -- cgit v1.2.3-54-g00ecf