aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-03-23 08:39:00 +0100
committerzottel <github@zottel.net>2012-03-23 08:39:00 +0100
commit5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04 (patch)
tree31d591b4f19fa71aa972aa797b51880728dc3d76 /mod/editpost.php
parente7d80a79fff23e6f8900b40677d11d1022a45df6 (diff)
parent7706a8f9d8d71b89c791f31f957496b95b8bb31f (diff)
downloadvolse-hubzilla-5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04.tar.gz
volse-hubzilla-5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04.tar.bz2
volse-hubzilla-5fadf68fb4e4a6e0fde6fbf82ad7600c8ca12c04.zip
Merge remote branch 'upstream/master'
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'],