summaryrefslogtreecommitdiff
path: root/actions/twitterauthorization.php
diff options
context:
space:
mode:
authorZach Copley <zach@controlyourself.ca>2009-08-04 00:46:18 +0000
committerZach Copley <zach@controlyourself.ca>2009-08-04 00:46:18 +0000
commitf94ee5597d09dd46c0580ce043907ea960ace358 (patch)
treebd076e063fed1a54f571fc400b746435392f4f29 /actions/twitterauthorization.php
parent1f9d1772c091e1f09cc741e3e21cfe5ba7fa3560 (diff)
Moved some stuff to a base class
Diffstat (limited to 'actions/twitterauthorization.php')
-rw-r--r--actions/twitterauthorization.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/twitterauthorization.php b/actions/twitterauthorization.php
index 519427dac..2390034cd 100644
--- a/actions/twitterauthorization.php
+++ b/actions/twitterauthorization.php
@@ -80,7 +80,7 @@ class TwitterauthorizationAction extends Action
$_SESSION['twitter_request_token_secret'] = $req_tok->key;
$auth_link = $client->getAuthorizeLink($req_tok);
-
+
} catch (TwitterOAuthClientException $e) {
$msg = sprintf('OAuth client cURL error - code: %1s, msg: %2s',
$e->getCode(), $e->getMessage());