summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-09-22 18:50:31 -0400
committerEvan Prodromou <evan@prodromou.name>2008-09-22 18:50:31 -0400
commitac60342e8924c5847b76139ac740f90520e92be9 (patch)
tree8b7e35679cba6318f2daa09ed0742f246f259d8d /lib
parente52be4183d8054caeab606092814342bf092d6d5 (diff)
merge CiaranG's changes for subs0.6.00.6
darcs-hash:20080922225031-84dde-c6967f46ae642f8943b0de77d9a82892ecadb4ce.gz
Diffstat (limited to 'lib')
-rw-r--r--lib/common.php1
1 files changed, 1 insertions, 0 deletions
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') {