From: Michael M Slusarz Date: Wed, 20 Oct 2010 23:08:55 +0000 (-0600) Subject: Bug #9321: Actually return something from this method X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=46e7e23f606bf6c3880fe2b1badff746b062f6e4;p=horde.git Bug #9321: Actually return something from this method --- diff --git a/framework/Core/lib/Horde/Core/Auth/Application.php b/framework/Core/lib/Horde/Core/Auth/Application.php index a31bd3d34..5a47d7d77 100644 --- a/framework/Core/lib/Horde/Core/Auth/Application.php +++ b/framework/Core/lib/Horde/Core/Auth/Application.php @@ -549,6 +549,8 @@ class Horde_Core_Auth_Application extends Horde_Auth_Base } } } + + return $ret_array; } /**