diff options
author | Zach Copley <zach@controlyourself.ca> | 2008-11-18 20:11:28 -0500 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2008-11-18 20:11:28 -0500 |
commit | 147dd16ab3f1d03a6bee8b3c8bf93170acab4ba9 (patch) | |
tree | 7601e8c6753054df61a58b25afb874e797dabf77 /lib/common.php | |
parent | 41b8c91c6b4f37c61983d0f8f94877bfcd0eb6d2 (diff) |
trac685 Twitter bridge - Shell script to sync all users' Twitter friends
darcs-hash:20081119011128-7b5ce-74471277443b44d0075f66131028447cfda3b1e4.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 2ab9c616c..aac54b547 100644 --- a/lib/common.php +++ b/lib/common.php @@ -146,6 +146,7 @@ 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'); +require_once(INSTALLDIR.'/lib/twitter.php'); function __autoload($class) { if ($class == 'OAuthRequest') { |