Skip to content

Commit

Permalink
Fixing parameter name in RssHelper docs.
Browse files Browse the repository at this point in the history
Fixes #1888
  • Loading branch information
markstory committed Aug 7, 2011
1 parent e4a7c8f commit 5330096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/View/Helper/RssHelper.php
Expand Up @@ -187,7 +187,7 @@ public function items($items, $callback = null) {
/**
* Converts an array into an `<item />` element and its contents
*
* @param array $attrib The attributes of the `<item />` element
* @param array $att The attributes of the `<item />` element
* @param array $elements The list of elements contained in this `<item />`
* @return string An RSS `<item />` element
*/
Expand Down

0 comments on commit 5330096

Please sign in to comment.