From: Zach Copley Date: Thu, 11 Nov 2010 18:33:26 +0000 (-0800) Subject: Fix missing close of comment block X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ed572ff3f3401f6faf376136a3e17cba1259922;p=quix0rs-gnu-social.git Fix missing close of comment block --- diff --git a/actions/allrss.php b/actions/allrss.php index d398c8a6ad..573bb4eb2f 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);