Fixing parameter name in RssHelper docs.

Fixes #1888
This commit is contained in:
mark_story 2011-08-07 09:14:16 -04:00
parent e4a7c8f3d7
commit 5330096019

View file

@ -187,7 +187,7 @@ class RssHelper extends AppHelper {
/**
* 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
*/