mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
* typo caught by PEAR_Common::detectDependencies :)
This commit is contained in:
parent
6e3b6d0cf8
commit
0aa275f3ae
@ -168,7 +168,7 @@ class PEAR_Remote extends PEAR
|
||||
if ($ret['message'] === '') $ret['message'] = null;
|
||||
if ($ret['userinfo'] === '') $ret['userinfo'] = null;
|
||||
if (strtolower($class) == 'db_error') {
|
||||
$ret = $this->raiseError(DB::errorMessage($ret['code']),
|
||||
$ret = $this->raiseError(PEAR::errorMessage($ret['code']),
|
||||
$ret['code'], null, null,
|
||||
$ret['userinfo']);
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user