summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2013-08-23 15:39:18 +0200
committerSimon Green <sgreen@redhat.com>2013-08-23 15:39:18 +0200
commit5bc153d05e012c37e9bc0d9916cc7ccfefc0fec7 (patch)
tree7787756524e6ed364cf954951999a75763558132 /Bugzilla.pm
parentb8a733885f67950fad529af832059619300d0a98 (diff)
downloadbugzilla-5bc153d05e012c37e9bc0d9916cc7ccfefc0fec7.tar.gz
bugzilla-5bc153d05e012c37e9bc0d9916cc7ccfefc0fec7.tar.xz
Bug 884705 - Bugzilla->user does not return undef
r=simon, a=simon
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index 2c0e303d9..24963858e 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -774,10 +774,10 @@ not an arrayref.
=item C<user>
-C<undef> if there is no currently logged in user or if the login code has not
-yet been run. If an sudo session is in progress, the C<Bugzilla::User>
-corresponding to the person who is being impersonated. If no session is in
-progress, the current C<Bugzilla::User>.
+Default C<Bugzilla::User> object if there is no currently logged in user or
+if the login code has not yet been run. If an sudo session is in progress,
+the C<Bugzilla::User> corresponding to the person who is being impersonated.
+If no session is in progress, the current C<Bugzilla::User>.
=item C<set_user>