Merge branch 'master' of git://github.com/friendika/friendika
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 Mar 2011 10:37:24 +0000 (11:37 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 Mar 2011 10:37:24 +0000 (11:37 +0100)
Conflicts:
addon/twitter/twitter.php

1  2 
addon/twitter/twitter.php

@@@ -138,7 -138,7 +138,11 @@@ function twitter_settings(&$a,&$s) 
                         * which the user can request a PIN to connect the account to a
                         * account at Twitter.
                         */
++<<<<<<< HEAD
 +                      require_once('library/twitteroauth.php');
++=======
+                       require_once('library/twitteroauth.php');
++>>>>>>> a912a0d3cae0ae9c873dcb5c45624a725bd2c2d6
                        $connection = new TwitterOAuth($ckey, $csecret);
                        $request_token = $connection->getRequestToken();
                        $token = $request_token['oauth_token'];