1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

- Fix for deprecated function

This commit is contained in:
Derick Rethans
2002-10-08 13:02:31 +00:00
parent 2af2e62850
commit fa5ce6bbfa
+1 -1
View File
@@ -750,7 +750,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_func($this->callback[0], $this->callback[1],
$this);
}
}