seems the subject isn't really required, contrary to the docs.

This commit is contained in:
friendica 2012-02-28 22:41:01 -08:00
parent 199df2a28b
commit e964ed8008
1 changed files with 1 additions and 1 deletions

View File

@ -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);