]> git.mxchange.org Git - friendica.git/commitdiff
resolved some local git quirks
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 Mar 2011 10:39:09 +0000 (11:39 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 13 Mar 2011 10:39:09 +0000 (11:39 +0100)
addon/twitter/twitter.php

index 93aca3129be63fe2081bd1709ae57d2e2615ce61..c59d1b9e5ce8d9e76b30cc7ab6ac1783ffec9b8a 100644 (file)
@@ -138,11 +138,7 @@ 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'];