From b233166d20842bfa92450bfbd3c5d0be9e3c0f4a Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 11 Nov 2013 00:35:33 -0800 Subject: fix editpost which showed an encrypt button but no other buttons --- mod/editpost.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/editpost.php') 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; -- cgit v1.2.3