fix editpost which showed an encrypt button but no other buttons

This commit is contained in:
friendica 2013-11-11 00:35:33 -08:00
parent 260d5231a4
commit b233166d20

View file

@ -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;