]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 240036: Unlock tables after address error before attempting to process footer
authorbugreport%peshkin.net <>
Wed, 12 May 2004 11:20:10 +0000 (11:20 +0000)
committerbugreport%peshkin.net <>
Wed, 12 May 2004 11:20:10 +0000 (11:20 +0000)
r=timeless, a=justdave

globals.pl

index c3c8f2a967d29ff0608b0546f0a0206ded2cd01b..3670ff508a74d6d9d6ead1863f0eb923a4b7a13f 100644 (file)
@@ -768,7 +768,7 @@ sub DBNameToIdAndCheck {
     }
 
     ThrowUserError("invalid_username",
-                   { name => $name });
+                   { name => $name }, "abort");
 }