From: Tomas V.V.Cox Date: Thu, 30 Aug 2001 19:55:57 +0000 (+0000) Subject: killed obscure bug in pushErrorHandling X-Git-Tag: PRE_SUBST_Z_MACROS~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=567c10ba4cf2e9fc9feaad0111f1e0d57f13ff18;p=php killed obscure bug in pushErrorHandling --- diff --git a/pear/PEAR.php b/pear/PEAR.php index df02066a14..2f32e08697 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -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); }