aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-22 16:17:10 -0700
committerfriendica <info@friendica.com>2012-03-22 16:17:10 -0700
commit528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f (patch)
treeb3a778af971ba29592c412c640112123e78e41d6 /mod/editpost.php
parent622b25df5f2d1ab21c9e23047bc0c98bfe72bad0 (diff)
downloadvolse-hubzilla-528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f.tar.gz
volse-hubzilla-528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f.tar.bz2
volse-hubzilla-528d795fb68a8ae53cb7b9ad8479aeaa2b1f975f.zip
ability to change tags in edited posts
Diffstat (limited to 'mod/editpost.php')
-rwxr-xr-xmod/editpost.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php
index 778ac3dcc..2ddba36aa 100755
--- a/mod/editpost.php
+++ b/mod/editpost.php
@@ -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'],