title missing in private mention posts

This commit is contained in:
friendica
2014-02-20 15:00:29 -08:00
parent e56abd1782
commit 3bddaa9e04
2 changed files with 2 additions and 4 deletions

View File

@@ -269,7 +269,7 @@ function item_post(&$a) {
$coord = $orig_post['coord'];
$verb = $orig_post['verb'];
$app = $orig_post['app'];
$title = escape_tags(trim($_REQUEST['title']));
$title = $_REQUEST['title'];
$body = $_REQUEST['body'];
$private = $orig_post['item_private'];
$item_flags = $orig_post['item_flags'];