From 5bc153d05e012c37e9bc0d9916cc7ccfefc0fec7 Mon Sep 17 00:00:00 2001 From: Sunil Joshi Date: Fri, 23 Aug 2013 23:39:18 +1000 Subject: Bug 884705 - Bugzilla->user does not return undef r=simon, a=simon --- Bugzilla.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Bugzilla.pm') 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 -C 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 -corresponding to the person who is being impersonated. If no session is in -progress, the current C. +Default C 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 corresponding to the person who is being impersonated. +If no session is in progress, the current C. =item C -- cgit v1.2.3-24-g4f1b