]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix POD for visible_groups_as_string(), see bug 284264 - r=mkanat on IRC
authorlpsolit%gmail.com <>
Sat, 9 Aug 2008 11:21:43 +0000 (11:21 +0000)
committerlpsolit%gmail.com <>
Sat, 9 Aug 2008 11:21:43 +0000 (11:21 +0000)
Bugzilla/User.pm

index ddf81370379a710e1516bd38cef545888820843c..f5b5030951bed7709c642dc57c6e82da310b3b5b 100644 (file)
@@ -2039,7 +2039,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>