From: mkanat%bugzilla.org <> Date: Sat, 10 Mar 2007 23:56:16 +0000 (+0000) Subject: We forgot to update DEFAULT_USER in bug 372700, and it caused the checksetup tinderbo... X-Git-Tag: bugzilla-3.1.2~291 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2884cd8606668e3174617cecf159e9e2bd128edd;p=thirdparty%2Fbugzilla.git We forgot to update DEFAULT_USER in bug 372700, and it caused the checksetup tinderboxen to burn. --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index df97682f41..0927339a5a 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -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,