diff options
-rw-r--r-- | Bugzilla.pm | 8 |
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> |