Bug #9321: Actually return something from this method
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 Oct 2010 23:08:55 +0000 (17:08 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 20 Oct 2010 23:08:58 +0000 (17:08 -0600)
framework/Core/lib/Horde/Core/Auth/Application.php

index a31bd3d..5a47d7d 100644 (file)
@@ -549,6 +549,8 @@ class Horde_Core_Auth_Application extends Horde_Auth_Base
                 }
             }
         }
+
+        return $ret_array;
     }
 
     /**