fix indentation

This commit is contained in:
fabrixxm 2014-09-07 11:31:42 +02:00
parent 9368c7e510
commit fe02619114
1 changed files with 67 additions and 66 deletions

View File

@ -759,6 +759,7 @@ function admin_page_users_post(&$a){
return;
}
$nu = $result['user'];
$email_tpl = get_intltext_template("register_adminadd_eml.tpl");
$email_tpl = replace_macros($email_tpl, array(
'$sitename' => $a->config['sitename'],