X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=lib%2Frssaction.php;h=62e3f21b61dc1f074547666cb3edbba681b1990d;hb=f3b08461bd476d368d444d48025709fb6a111b7d;hp=d591c99ed8e86684b98c0fb9400808ed01f82ef0;hpb=9dc888894be179f767c59651d523d7eb66b1020f;p=quix0rs-gnu-social.git diff --git a/lib/rssaction.php b/lib/rssaction.php index d591c99ed8..62e3f21b61 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -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); }