]> git.mxchange.org Git - friendica.git/commitdiff
twitteroauth library path
authorFriendika <info@friendika.com>
Tue, 8 Mar 2011 09:43:42 +0000 (01:43 -0800)
committerFriendika <info@friendika.com>
Tue, 8 Mar 2011 09:43:42 +0000 (01:43 -0800)
addon/twitter/twitter.php

index b2e5aa7cedfbfcf8c959d5084624ce796542e27e..db283e1a9deb5fb46015ba17a486a131a3398ac9 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'];