Auth/SASL.php
authorAlan Knowles <alan@roojs.com>
Wed, 10 Oct 2018 07:38:50 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 10 Oct 2018 07:38:50 +0000 (15:38 +0800)
Auth/SASL.php

index e70f014..3c91ca3 100644 (file)
@@ -57,7 +57,7 @@ class Auth_SASL
     *                             DigestMD5
     *                     Types are not case sensitive
     */
-    function &factory($type)
+    static function &factory($type)
     {
         switch (strtolower($type)) {
             case 'anonymous':