From 6ba626c24df27e118ebb6068243936c8dfa7f196 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Wed, 9 Mar 2016 10:43:21 +0100 Subject: [PATCH] Return factory * lib/Auth/Source/Pica.php (createAuthenticationModuleFactory): --- lib/Auth/Source/Pica.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Auth/Source/Pica.php b/lib/Auth/Source/Pica.php index e9165b8..d46bfed 100644 --- a/lib/Auth/Source/Pica.php +++ b/lib/Auth/Source/Pica.php @@ -107,6 +107,7 @@ class sspmod_pica_Auth_Source_Pica extends sspmod_core_Auth_UserPassBase default: throw new Exception("Unknown pica authentication module: '{$module}'"); } + return $factory; } /** -- GitLab