summaryrefslogtreecommitdiff
path: root/actions/allrss.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2010-11-11 10:33:26 -0800
committerZach Copley <zach@status.net>2010-11-11 10:39:05 -0800
commit0ed572ff3f3401f6faf376136a3e17cba1259922 (patch)
tree7bd17391b9b29184480a236335196f2d622a8965 /actions/allrss.php
parentcc0038d47c3e2e2817b1ae588c65f6f0e4347742 (diff)
Fix missing close of comment block
Diffstat (limited to 'actions/allrss.php')
-rw-r--r--actions/allrss.php2
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);