Fix missing close of comment block

This commit is contained in:
Zach Copley 2010-11-11 10:33:26 -08:00
parent fbd8052d05
commit 09aaf21e8d
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@ class AllrssAction extends Rss10Action
* @param array $args Web and URL arguments
*
* @return boolean false if user doesn't exist
*
*/
function prepare($args)
{
parent::prepare($args);