Skip to content
Snippets Groups Projects
Commit c16d76bd authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Fix minor typo.

parent e89ec707
No related branches found
No related tags found
No related merge requests found
...@@ -332,7 +332,7 @@ if ($nuke) { ...@@ -332,7 +332,7 @@ if ($nuke) {
print "User '$target_uid' has been removed!\n"; print "User '$target_uid' has been removed!\n";
} }
else { else {
$target_user->SetStatus($User::NEWUSER_FLAGS_ARCHIVED); $target_user->SetStatus($User::USERSTATUS_ARCHIVED);
print "User '$target_uid' has been archived!\n"; print "User '$target_uid' has been archived!\n";
} }
exit(0); exit(0);
......
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