]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'master' of git://github.com/friendika/friendika
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Mar 2011 05:50:47 +0000 (06:50 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 22 Mar 2011 05:50:47 +0000 (06:50 +0100)
addon/twitter/twitter.php

index bb424fb653303e12e0dc69322a6d6a7df6a33ae0..c59d1b9e5ce8d9e76b30cc7ab6ac1783ffec9b8a 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('library/twitteroauth.php');
+                       require_once('library/twitteroauth.php');
                        $connection = new TwitterOAuth($ckey, $csecret);
                        $request_token = $connection->getRequestToken();
                        $token = $request_token['oauth_token'];