]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 884705 - Bugzilla->user does not return undef
authorSunil Joshi <joshi_sunil@in.com>
Fri, 23 Aug 2013 13:39:18 +0000 (23:39 +1000)
committerSimon Green <sgreen@redhat.com>
Fri, 23 Aug 2013 13:39:18 +0000 (23:39 +1000)
r=simon, a=simon

Bugzilla.pm

index 2c0e303d9a263ef144caa269412596f25ff441db..24963858e5ad878a22f1f06466b16a6643b9e640 100644 (file)
@@ -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>