From: Stig Bakken Date: Thu, 6 Jun 2002 10:16:01 +0000 (+0000) Subject: * make displayFatalError work again X-Git-Tag: RELEASE_0_90~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c587c0aad0ce03895c649939ac050ec47be243a;p=php * make displayFatalError work again --- diff --git a/pear/PEAR/Frontend/CLI.php b/pear/PEAR/Frontend/CLI.php index 93a0bd949c..0c352e45ae 100644 --- a/pear/PEAR/Frontend/CLI.php +++ b/pear/PEAR/Frontend/CLI.php @@ -102,7 +102,7 @@ class PEAR_Frontend_CLI extends PEAR function displayFatalError($eobj) { - $this->_displayError($eobj); + $this->displayError($eobj); exit(1); }