]> git.mxchange.org Git - friendica.git/commitdiff
fixed wrong library path
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 8 Mar 2011 09:08:50 +0000 (10:08 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 8 Mar 2011 09:08:50 +0000 (10:08 +0100)
addon/twitter/twitter.php

index b2e5aa7cedfbfcf8c959d5084624ce796542e27e..678da9388a3c8e2865fa3a5dd33694a8202f7b4b 100644 (file)
@@ -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'];