]> 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:40:42 +0000 (23:40 +1000)
committerSimon Green <sgreen@redhat.com>
Fri, 23 Aug 2013 13:40:42 +0000 (23:40 +1000)
r=simon, a=simon

Bugzilla.pm

index 9fffc3530244dc27c46db7c0500782ffd89a95bc..bb99764f2d8f2a551d7658c23f4df0117e1ce347 100644 (file)
@@ -799,10 +799,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>