diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-16 22:43:55 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-16 22:43:55 +0200 |
commit | d1faeca8d40bef1b762ed51cb8adb278adf4a94a (patch) | |
tree | 8b2f9d7bd0f8d79a321b950580dea7e4448c8959 /3dparty/PEAR.php | |
parent | 97efd27a9ae5e8dec52a704f03c6ae95bee06a6a (diff) | |
download | nextcloud-server-d1faeca8d40bef1b762ed51cb8adb278adf4a94a.tar.gz nextcloud-server-d1faeca8d40bef1b762ed51cb8adb278adf4a94a.zip |
need to commit all files
Diffstat (limited to '3dparty/PEAR.php')
-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, |