]> git.mxchange.org Git - friendica-addons.git/commitdiff
typo
authorFriendika <info@friendika.com>
Mon, 26 Sep 2011 10:17:33 +0000 (03:17 -0700)
committerFriendika <info@friendika.com>
Mon, 26 Sep 2011 10:17:33 +0000 (03:17 -0700)
twitter/twitter.php

index 2a8caf729c581977b307a1b2f2dc8224c203f0fd..dd229dc57a409e959aac8f35e4ff8b2ce0caccf0 100644 (file)
@@ -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