]> 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:20:46 +0000 (11:20 +0000)
committerlpsolit%gmail.com <>
Sat, 9 Aug 2008 11:20:46 +0000 (11:20 +0000)
Bugzilla/User.pm

index 9bd5b9e9ff04b881257d32ec333a948a44f49462..6db4627208c0689169331fb2e17017c8111001e5 100644 (file)
@@ -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>