]> git.mxchange.org Git - friendica-addons.git/commitdiff
seems the subject isn't really required, contrary to the docs.
authorfriendica <info@friendica.com>
Wed, 29 Feb 2012 06:41:01 +0000 (22:41 -0800)
committerfriendica <info@friendica.com>
Wed, 29 Feb 2012 06:41:01 +0000 (22:41 -0800)
ljpost/ljpost.php

index 1ea8dfe55967d0e46dd3c002cbafd665612fd279..6a85d8f2fe2166affe7b417eda75609f8ca1f2ab 100755 (executable)
@@ -170,7 +170,7 @@ function ljpost_send(&$a,&$b) {
                require_once('include/bbcode.php');
                require_once('include/datetime.php');
 
-               $title = (($b['title']) ? $b['title'] : t('[no subject]'));
+               $title = $b['title'];
                $post = bbcode($b['body']);
                $post = xmlify($post);