Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.
This commit is contained in:
@@ -168,7 +168,7 @@ function facebookBroadcastNotice($notice)
|
||||
|
||||
function updateProfileBox($facebook, $flink, $notice) {
|
||||
$fbaction = new FacebookAction($output = 'php://output',
|
||||
$indent = true, $facebook, $flink);
|
||||
$indent = null, $facebook, $flink);
|
||||
$fbaction->updateProfileBox($notice);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user