summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--globals.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.pl b/globals.pl
index c3c8f2a96..3670ff508 100644
--- a/globals.pl
+++ b/globals.pl
@@ -768,7 +768,7 @@ sub DBNameToIdAndCheck {
}
ThrowUserError("invalid_username",
- { name => $name });
+ { name => $name }, "abort");
}