aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editpost.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-11 00:35:33 -0800
committerfriendica <info@friendica.com>2013-11-11 00:35:33 -0800
commitb233166d20842bfa92450bfbd3c5d0be9e3c0f4a (patch)
tree2e3096be6d8f92d617c068a19a71722fc89f9b9e /mod/editpost.php
parent260d5231a47292599cb8aa03a7186e7c5e86dac1 (diff)
downloadvolse-hubzilla-b233166d20842bfa92450bfbd3c5d0be9e3c0f4a.tar.gz
volse-hubzilla-b233166d20842bfa92450bfbd3c5d0be9e3c0f4a.tar.bz2
volse-hubzilla-b233166d20842bfa92450bfbd3c5d0be9e3c0f4a.zip
fix editpost which showed an encrypt button but no other buttons
Diffstat (limited to 'mod/editpost.php')
-rw-r--r--mod/editpost.php2
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;