summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2007-03-11 00:56:16 +0100
committermkanat%bugzilla.org <>2007-03-11 00:56:16 +0100
commit2884cd8606668e3174617cecf159e9e2bd128edd (patch)
tree319c5f4032dcae93bc1077c5d24d4fc9078cdada /Bugzilla/User.pm
parent8705d693875ea5f56c6d2e84d23462013faaf414 (diff)
downloadbugzilla-2884cd8606668e3174617cecf159e9e2bd128edd.tar.gz
bugzilla-2884cd8606668e3174617cecf159e9e2bd128edd.tar.xz
We forgot to update DEFAULT_USER in bug 372700, and it caused the checksetup tinderboxen to burn.
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index df97682f4..0927339a5 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,