summaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Queue/files/patch-Mail_Queue.php
blob: 5c79af2293f484d4b083190411fdac7d6cc19de0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Mail/Queue.php.orig	2016-12-15 17:08:51 UTC
+++ Mail/Queue.php
@@ -587,7 +587,7 @@ class Mail_Queue extends PEAR
      * @return  boolean   whether $value is an MAILQUEUE_ERROR
      * @access public
      */
-    function isError($value)
+    static function isError($value)
     {
         return (is_object($value) && is_a($value, 'pear_error'));
     }