From: Tobias Diekershoff Date: Sat, 19 Mar 2011 08:58:07 +0000 (+0100) Subject: Merge branch 'master' of git://github.com/friendika/friendika X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8fbde780b37e3d5eeb2ee672a3474b3701eb9645;hp=7e33c1072a4a948941e2522afe0123899b0abddd;p=friendica.git Merge branch 'master' of git://github.com/friendika/friendika --- diff --git a/addon/twitter/twitter.php b/addon/twitter/twitter.php index bb424fb653..c59d1b9e5c 100644 --- a/addon/twitter/twitter.php +++ b/addon/twitter/twitter.php @@ -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'];