title missing in private mention posts
This commit is contained in:
@@ -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'];
|
||||
|
||||
Reference in New Issue
Block a user