diff options
author | millette <millette@controlyourself.ca> | 2008-11-07 14:38:31 -0500 |
---|---|---|
committer | millette <millette@controlyourself.ca> | 2008-11-07 14:38:31 -0500 |
commit | 4abd5a6ed955d3c6b8ebd84c5714ed88f40ea043 (patch) | |
tree | 05f52806ee4c63bc9050c2cd99f643bd68797be3 /lib/common.php | |
parent | 0bc9d9d0320357f8ae4f2d85c2a62d20f34abbd6 (diff) |
added Shorturl_api to add support for ur1, 2tu and other services lacking a native api - trac31
darcs-hash:20081107193831-099f7-e340280ba9d2abb4dca05733bc04bb5a5069b62b.gz
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 af1d4f251..ae24ac7a2 100644 --- a/lib/common.php +++ b/lib/common.php @@ -142,6 +142,7 @@ require_once(INSTALLDIR.'/lib/action.php'); require_once(INSTALLDIR.'/lib/theme.php'); require_once(INSTALLDIR.'/lib/mail.php'); require_once(INSTALLDIR.'/lib/subs.php'); +require_once(INSTALLDIR.'/lib/Shorturl_api.php'); function __autoload($class) { if ($class == 'OAuthRequest') { |