Merge pull request #426 from FuzzJunket/master

Fix rendering of securemail user settings
pull/428/head
Tobias Diekershoff 2017-09-24 12:14:10 +02:00 committed by GitHub
commit 72e1728e8d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function securemail_settings(App &$a, &$s){
$t = get_markup_template('admin.tpl', 'addon/securemail/');
$s = replace_macros($t, array(
$s .= replace_macros($t, array(
'$title' => t('"Secure Mail" Settings'),
'$submit' => t('Save Settings'),
'$test' => t('Save and send test'), //NOTE: update also in 'post'