]> git.mxchange.org Git - friendica-addons.git/blobdiff - securemail/securemail.php
Fix rendering of securemail user settings
[friendica-addons.git] / securemail / securemail.php
index 79f5e2dac8f71b53fa431cc305b7cb5e9e9708bd..b20eab9c21edb1522f47bb914be511ab3927a85f 100644 (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'