summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas V.V.Cox <cox@php.net>2001-08-30 19:55:57 +0000
committerTomas V.V.Cox <cox@php.net>2001-08-30 19:55:57 +0000
commit567c10ba4cf2e9fc9feaad0111f1e0d57f13ff18 (patch)
tree0c6fbd9b49781b3954c987eeff0860ba3dc4b124
parent17209a7088b0ddd1dd3e7827ed0621fc98cd75b7 (diff)
downloadphp-git-567c10ba4cf2e9fc9feaad0111f1e0d57f13ff18.tar.gz
killed obscure bug in pushErrorHandling
-rw-r--r--pear/PEAR.php3
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);
}