X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FConsoleTee.php;h=75cb7eaec82df2092869cdc4cd54c5b259badfbc;hb=8f6e04e904288b3307b8bb63acb82fbbec25a4f8;hp=f0517dc4cd498a1badcda95d0a6ddda6167ab361;hpb=c7b6016eb318e6feb668af52cca2e582a8ed571c;p=civicrm-core.git diff --git a/CRM/Utils/ConsoleTee.php b/CRM/Utils/ConsoleTee.php index f0517dc4cd..75cb7eaec8 100644 --- a/CRM/Utils/ConsoleTee.php +++ b/CRM/Utils/ConsoleTee.php @@ -1,27 +1,11 @@ fh = fopen($this->fileName, $mode); - ob_start(array($this, 'onOutput')); + ob_start([$this, 'onOutput']); return $this; }