diff --git a/twitter.tgz b/twitter.tgz index 666cf801..a1b22f6e 100755 Binary files a/twitter.tgz and b/twitter.tgz differ diff --git a/twitter/twitter.php b/twitter/twitter.php index 0a609b05..05c9cf91 100755 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -359,7 +359,7 @@ function twitter_post_hook(&$a,&$b) { $result = $tweet->post('statuses/update', array('status' => $msg)); logger('twitter_post send, result: ' . print_r($result, true), LOGGER_DEBUG); if ($result->error) { - logger('Send to Twitter failed: "' . $result->error . '"', LOGGER_ERROR); + logger('Send to Twitter failed: "' . $result->error . '"'); } } }