]> granicus.if.org Git - php/commitdiff
* make displayFatalError work again
authorStig Bakken <ssb@php.net>
Thu, 6 Jun 2002 10:16:01 +0000 (10:16 +0000)
committerStig Bakken <ssb@php.net>
Thu, 6 Jun 2002 10:16:01 +0000 (10:16 +0000)
pear/PEAR/Frontend/CLI.php

index 93a0bd949caf413f257de589c3f65c0caaff84b4..0c352e45aed02f6e4306a1fc388d919860beb945 100644 (file)
@@ -102,7 +102,7 @@ class PEAR_Frontend_CLI extends PEAR
 
     function displayFatalError($eobj)
     {
-        $this->_displayError($eobj);
+        $this->displayError($eobj);
         exit(1);
     }