diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-08 10:08:50 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-03-08 10:08:50 +0100 |
commit | 8fea19dd38cf9c43bb6f6fa1a4f349555cbe90f8 (patch) | |
tree | 906edf9016aba2d70cc9b3352f68e3ba8ba20424 /addon/twitter | |
parent | 6ff6ac47431e3026d9c7704a1734fa62953688c6 (diff) | |
download | volse-hubzilla-8fea19dd38cf9c43bb6f6fa1a4f349555cbe90f8.tar.gz volse-hubzilla-8fea19dd38cf9c43bb6f6fa1a4f349555cbe90f8.tar.bz2 volse-hubzilla-8fea19dd38cf9c43bb6f6fa1a4f349555cbe90f8.zip |
fixed wrong library path
Diffstat (limited to 'addon/twitter')
-rw-r--r-- | addon/twitter/twitter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/twitter/twitter.php b/addon/twitter/twitter.php index b2e5aa7ce..678da9388 100644 --- a/addon/twitter/twitter.php +++ b/addon/twitter/twitter.php @@ -138,7 +138,7 @@ function twitter_settings(&$a,&$s) { * which the user can request a PIN to connect the account to a * account at Twitter. */ - require_once('addon/twitter/twitteroauth.php'); + require_once('library/twitteroauth.php'); $connection = new TwitterOAuth($ckey, $csecret); $request_token = $connection->getRequestToken(); $token = $request_token['oauth_token']; |