diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-04 00:46:18 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-04 00:46:18 +0000 |
commit | f94ee5597d09dd46c0580ce043907ea960ace358 (patch) | |
tree | bd076e063fed1a54f571fc400b746435392f4f29 /actions | |
parent | 1f9d1772c091e1f09cc741e3e21cfe5ba7fa3560 (diff) |
Moved some stuff to a base class
Diffstat (limited to 'actions')
-rw-r--r-- | actions/twitterauthorization.php | 2 |
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()); |