diff options
-rw-r--r-- | 3dparty/PEAR.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3dparty/PEAR.php b/3dparty/PEAR.php index a3dadfe8bb1..9760b9d265a 100644 --- a/3dparty/PEAR.php +++ b/3dparty/PEAR.php @@ -492,7 +492,7 @@ class PEAR * @see PEAR::setErrorHandling * @since PHP 4.0.5 */ - static function raiseError($message = null, + function raiseError($message = null, $code = null, $mode = null, $options = null, |