diff options
author | Tomas V.V.Cox <cox@php.net> | 2001-08-30 19:55:57 +0000 |
---|---|---|
committer | Tomas V.V.Cox <cox@php.net> | 2001-08-30 19:55:57 +0000 |
commit | 567c10ba4cf2e9fc9feaad0111f1e0d57f13ff18 (patch) | |
tree | 0c6fbd9b49781b3954c987eeff0860ba3dc4b124 /pear/PEAR.php | |
parent | 17209a7088b0ddd1dd3e7827ed0621fc98cd75b7 (diff) | |
download | php-git-567c10ba4cf2e9fc9feaad0111f1e0d57f13ff18.tar.gz |
killed obscure bug in pushErrorHandling
Diffstat (limited to 'pear/PEAR.php')
-rw-r--r-- | pear/PEAR.php | 3 |
1 files changed, 0 insertions, 3 deletions
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); } |