summaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-08-09 13:20:46 +0200
committerlpsolit%gmail.com <>2008-08-09 13:20:46 +0200
commitea62850f3561bcb4266925016a4a8dae48a19b55 (patch)
treeca58f0492f573b6ec0d23e6f89c6dab4ef25d3c9 /Bugzilla/User.pm
parent5f6177bf69040fb66acf7327300144c556e169ba (diff)
downloadbugzilla-ea62850f3561bcb4266925016a4a8dae48a19b55.tar.gz
bugzilla-ea62850f3561bcb4266925016a4a8dae48a19b55.tar.xz
Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRC
Diffstat (limited to 'Bugzilla/User.pm')
-rw-r--r--Bugzilla/User.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm
index 9bd5b9e9f..6db462720 100644
--- a/Bugzilla/User.pm
+++ b/Bugzilla/User.pm
@@ -2033,7 +2033,7 @@ Returns a list of groups that the user is aware of.
=item C<visible_groups_as_string>
-Returns the result of C<visible_groups_direct> as a string (a comma-separated
+Returns the result of C<visible_groups_inherited> as a string (a comma-separated
list).
=item C<product_responsibilities>