make editblock use status_editor()

This commit is contained in:
Mario Vavti
2016-05-07 23:05:48 +02:00
parent b08fc746d8
commit 75128e8f68
4 changed files with 45 additions and 91 deletions

View File

@@ -85,6 +85,7 @@ class Editpost extends \Zotlabs\Web\Controller {
'hide_voting' => true,
'hide_future' => true,
'hide_location' => true,
'mimetype' => $itm[0]['mimetype'],
'ptyp' => $itm[0]['obj_type'],
'body' => undo_post_tagging($itm[0]['body']),
'post_id' => $post_id,