]> granicus.if.org Git - php/commitdiff
killed obscure bug in pushErrorHandling
authorTomas V.V.Cox <cox@php.net>
Thu, 30 Aug 2001 19:55:57 +0000 (19:55 +0000)
committerTomas V.V.Cox <cox@php.net>
Thu, 30 Aug 2001 19:55:57 +0000 (19:55 +0000)
pear/PEAR.php

index df02066a146bac45168db55d3cf35d0eedfd3c2f..2f32e08697c6ff47d9069acffefc219e42cf0aa9 100644 (file)
@@ -448,9 +448,6 @@ class PEAR
                 // XXX Used anywhere?
                 //$def_callback = &$GLOBALS['_PEAR_default_error_callback'];
             }
-            if (!isset($def_mode)) {
-                $def_mode = PEAR_ERROR_RETURN;
-            }
             $stack = array();
             $stack[] = array($def_mode, $def_options);
         }