ability to change tags in edited posts

This commit is contained in:
friendica
2012-03-22 16:17:10 -07:00
parent 622b25df5f
commit 528d795fb6
5 changed files with 36 additions and 14 deletions

View File

@@ -104,7 +104,7 @@ function editpost_content(&$a) {
'$wait' => t('Please wait'),
'$permset' => t('Permission settings'),
'$ptyp' => $itm[0]['type'],
'$content' => $itm[0]['body'],
'$content' => undo_post_tagging($itm[0]['body']),
'$post_id' => $post_id,
'$baseurl' => $a->get_baseurl(),
'$defloc' => $a->user['default-location'],