From 2fafea11fa82afab560887690c1b37585bca2bdb Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 26 Sep 2011 03:17:33 -0700 Subject: [PATCH] typo --- twitter/twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twitter/twitter.php b/twitter/twitter.php index 2a8caf72..dd229dc5 100644 --- a/twitter/twitter.php +++ b/twitter/twitter.php @@ -238,7 +238,7 @@ function twitter_post_hook(&$a,&$b) { $max_char = 140; // max. length for a tweet $msg = strip_tags(bbcode($b['body'])); if ( strlen($msg) > $max_char) { - logger('Twitter: have to shorten the message to fit 140 chars', LOGGER_DEBUG) + logger('Twitter: have to shorten the message to fit 140 chars', LOGGER_DEBUG); $shortlink = ""; require_once('library/slinky.php'); // post url = base url + /display/ + owner + post id