]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix missing close of comment block
authorZach Copley <zach@status.net>
Thu, 11 Nov 2010 18:33:26 +0000 (10:33 -0800)
committerZach Copley <zach@status.net>
Thu, 11 Nov 2010 18:39:05 +0000 (10:39 -0800)
actions/allrss.php

index d398c8a6ad126fbdfbe64560779943a054023fbe..573bb4eb2fac27c83a200df9d8b40bfa6347ed2a 100644 (file)
@@ -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);