diff options
Diffstat (limited to 'pear/PEAR.php')
-rw-r--r-- | pear/PEAR.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/PEAR.php b/pear/PEAR.php index 7df120b4db..3a6b206fd2 100644 --- a/pear/PEAR.php +++ b/pear/PEAR.php @@ -403,7 +403,7 @@ class PEAR $deleted = false; } } - return $deleted?true:PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME + return $deleted ? true : PEAR::raiseError("The expected error you submitted does not exist"); // IMPROVE ME } elseif (!empty($error_code)) { // $error_code comes alone, trying to unset it if ($this->_checkDelExpect($error_code)) { |