From 96aab6aed446e9679f0a87fd053b83df1434d1a5 Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Sat, 4 Aug 2001 10:47:10 +0000 Subject: [PATCH] don't show the call_user_method deprecated use warning (disturbs tests) --- pear/PEAR.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR.php b/pear/PEAR.php index bbdfcfccf0..2feafd8f98 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -497,7 +497,7 @@ class PEAR_Error is_object($this->callback[0]) && is_string($this->callback[1]) && strlen($this->callback[1])) { - call_user_method($this->callback[1], $this->callback[0], + @call_user_method($this->callback[1], $this->callback[0], $this); } } -- 2.40.0