Skip to content
Snippets Groups Projects
Commit 64bd28c2 authored by Thomas Lake's avatar Thomas Lake :wrench:
Browse files

Fix a minor error in the old renewals page

parent e7184bb5
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ if (isset($session->groups[$permission])) {
$message = "Account renewal notification\n\n";
$message .= "Account : ".$record['username']."\n";
$message .= "User Type : ".$record['type']."\n";
$message .= "Renewed by: ".$user[name]."\n\n";
$message .= "Renewed by: ".$user['name']."\n\n";
$message .= "Regards\n eclipse's script";
mail($inform,"Account Renewal",$message);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment