diff options
author | Zach Copley <zach@status.net> | 2010-11-11 10:33:26 -0800 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-11-11 10:33:26 -0800 |
commit | 09aaf21e8d9be5fc0ed82df0028125c9fd96e48d (patch) | |
tree | f6166cadd2d64273a6d6bf2c6854476bd413bd0d | |
parent | fbd8052d05fda7a967d8440574d2b5013d4e7be1 (diff) |
Fix missing close of comment block
-rw-r--r-- | actions/allrss.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/allrss.php b/actions/allrss.php index d398c8a6a..573bb4eb2 100644 --- a/actions/allrss.php +++ b/actions/allrss.php @@ -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); |