fix editpost which showed an encrypt button but no other buttons
This commit is contained in:
parent
260d5231a4
commit
b233166d20
@ -130,6 +130,8 @@ function editpost_content(&$a) {
|
|||||||
'$defexpire' => $itm[0]['expires'],
|
'$defexpire' => $itm[0]['expires'],
|
||||||
'$feature_expire' => 'none',
|
'$feature_expire' => 'none',
|
||||||
'$expires' => t('Set expiration date'),
|
'$expires' => t('Set expiration date'),
|
||||||
|
'$feature_encrypt' => 'none',
|
||||||
|
'$encrypt' => t('Encrypt text'),
|
||||||
));
|
));
|
||||||
|
|
||||||
return $o;
|
return $o;
|
||||||
|
Reference in New Issue
Block a user