diff options
author | friendica <info@friendica.com> | 2013-11-11 00:35:33 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-11 00:35:33 -0800 |
commit | b233166d20842bfa92450bfbd3c5d0be9e3c0f4a (patch) | |
tree | 2e3096be6d8f92d617c068a19a71722fc89f9b9e | |
parent | 260d5231a47292599cb8aa03a7186e7c5e86dac1 (diff) | |
download | volse-hubzilla-b233166d20842bfa92450bfbd3c5d0be9e3c0f4a.tar.gz volse-hubzilla-b233166d20842bfa92450bfbd3c5d0be9e3c0f4a.tar.bz2 volse-hubzilla-b233166d20842bfa92450bfbd3c5d0be9e3c0f4a.zip |
fix editpost which showed an encrypt button but no other buttons
-rw-r--r-- | mod/editpost.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/editpost.php b/mod/editpost.php index 81eef2782..b01afe9b3 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -130,6 +130,8 @@ function editpost_content(&$a) { '$defexpire' => $itm[0]['expires'], '$feature_expire' => 'none', '$expires' => t('Set expiration date'), + '$feature_encrypt' => 'none', + '$encrypt' => t('Encrypt text'), )); return $o; |