]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/rssaction.php
Initial user role controls on profile pages, for owner to add/remove administrator...
[quix0rs-gnu-social.git] / lib / rssaction.php
index d591c99ed8e86684b98c0fb9400808ed01f82ef0..62e3f21b61dc1f074547666cb3edbba681b1990d 100644 (file)
@@ -52,7 +52,7 @@ class Rss10Action extends Action
      * @see Action::__construct
      */
 
-    function __construct($output='php://output', $indent=true)
+    function __construct($output='php://output', $indent=null)
     {
         parent::__construct($output, $indent);
     }