]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
We forgot to update DEFAULT_USER in bug 372700, and it caused the checksetup tinderbo...
authormkanat%bugzilla.org <>
Sat, 10 Mar 2007 23:56:16 +0000 (23:56 +0000)
committermkanat%bugzilla.org <>
Sat, 10 Mar 2007 23:56:16 +0000 (23:56 +0000)
Bugzilla/User.pm

index df97682f41ef004a0f07e9984ea8fdd69eac52f0..0927339a5aaf85143cdb6417f2e793bd489dc313 100644 (file)
@@ -67,7 +67,7 @@ use constant USER_MATCH_SUCCESS  => 1;
 use constant MATCH_SKIP_CONFIRM  => 1;
 
 use constant DEFAULT_USER => {
-    'id'             => 0,
+    'userid'         => 0,
     'realname'       => '',
     'login_name'     => '',
     'showmybugslink' => 0,