|
Line 0
Link Here
|
|
|
1 |
--- Mail/Queue.php.orig 2016-12-15 17:08:51 UTC |
| 2 |
+++ Mail/Queue.php |
| 3 |
@@ -587,7 +587,7 @@ class Mail_Queue extends PEAR |
| 4 |
* @return boolean whether $value is an MAILQUEUE_ERROR |
| 5 |
* @access public |
| 6 |
*/ |
| 7 |
- function isError($value) |
| 8 |
+ static function isError($value) |
| 9 |
{ |
| 10 |
return (is_object($value) && is_a($value, 'pear_error')); |
| 11 |
} |