diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-10 13:16:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-10 13:16:45 +0200 |
commit | fee607db56f9e87320ce2644ba61ca49266ea7ab (patch) | |
tree | abef5f2fce4f7d4b57146374e5953d10f26ccb44 /mod/editpost.php | |
parent | 1554b5a2eea889284ed2e13111d72029dfc96963 (diff) | |
download | volse-hubzilla-fee607db56f9e87320ce2644ba61ca49266ea7ab.tar.gz volse-hubzilla-fee607db56f9e87320ce2644ba61ca49266ea7ab.tar.bz2 volse-hubzilla-fee607db56f9e87320ce2644ba61ca49266ea7ab.zip |
more webpages - generic-content-wrapper fixes
Diffstat (limited to 'mod/editpost.php')
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index db0a86df1..e907a07d0 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -100,7 +100,7 @@ function editpost_content(&$a) { $cipher = 'aes256'; - $editor .= replace_macros($tpl,array( + $editor = replace_macros($tpl,array( '$return_path' => $_SESSION['return_url'], '$action' => 'item', '$share' => t('Edit'), |