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=09aaf21e8d9be5fc0ed82df0028125c9fd96e48d;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);