From: Robin Appelman Date: Thu, 28 Apr 2011 14:36:31 +0000 (+0200) Subject: fix mdb2 error handeling a bit X-Git-Tag: v3.0~267^2~558^2~34^2~4 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7c91b55b78aff8292f48d82d107b3a4865ddb99;p=nextcloud-server.git fix mdb2 error handeling a bit --- diff --git a/3dparty/MDB2.php b/3dparty/MDB2.php index 19d6b8c4284..30e564f1457 100644 --- a/3dparty/MDB2.php +++ b/3dparty/MDB2.php @@ -1500,7 +1500,7 @@ class MDB2_Driver_Common extends PEAR } } - $err = $this->raiseError(null, $code, $mode, $options, $userinfo, 'MDB2_Error', true); + $err = PEAR::raiseError(null, $code, $mode, $options, $userinfo, 'MDB2_Error', true); if ($err->getMode() !== PEAR_ERROR_RETURN && isset($this->nested_transaction_counter) && !$this->has_transaction_error) { $this->has_transaction_error =$err;