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:39:05 -0800 |
commit | 0ed572ff3f3401f6faf376136a3e17cba1259922 (patch) | |
tree | 7bd17391b9b29184480a236335196f2d622a8965 /actions | |
parent | cc0038d47c3e2e2817b1ae588c65f6f0e4347742 (diff) |
Fix missing close of comment block
Diffstat (limited to 'actions')
-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); |