diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-08-10 06:05:43 +0000 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-08-10 06:05:43 +0000 |
commit | fa8433308f5ba1209ec490d6c0835d28da18eacb (patch) | |
tree | 2fffc19f8cbd9a4b678228cc8e2751773b4c77fa /lib/twitter.php | |
parent | df12206421ca74b5c352bb663ca43e9aabe667fd (diff) |
Moved some stuff around. More comments and phpcs compliance.
Diffstat (limited to 'lib/twitter.php')
-rw-r--r-- | lib/twitter.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/twitter.php b/lib/twitter.php index 345516997..4e2f67c66 100644 --- a/lib/twitter.php +++ b/lib/twitter.php @@ -165,7 +165,7 @@ function broadcast_twitter($notice) $status = null; try { - $status = $client->statuses_update($statustxt); + $status = $client->statusesUpdate($statustxt); } catch (OAuthClientCurlException $e) { if ($e->getMessage() == 'The requested URL returned error: 401') { |