]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Facebook/facebookaction.php
Add configuration option to toggle the indenting of the output HTML. Defaults to...
[quix0rs-gnu-social.git] / plugins / Facebook / facebookaction.php
index c852bbf5e6e0a1540d423fe032d0ac0a8cf774a1..b090e9bd9a1e021061cb4b1604301d4d24d941da 100644 (file)
@@ -44,7 +44,7 @@ class FacebookAction extends Action
     var $app_uri  = null;
     var $app_name = null;
 
-    function __construct($output='php://output', $indent=true, $facebook=null, $flink=null)
+    function __construct($output='php://output', $indent=null, $facebook=null, $flink=null)
     {
         parent::__construct($output, $indent);