Skip to content
Snippets Groups Projects
Commit 6ba626c2 authored by David Maus's avatar David Maus
Browse files

Return factory

* lib/Auth/Source/Pica.php (createAuthenticationModuleFactory):
parent 22bbc3ec
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,7 @@ class sspmod_pica_Auth_Source_Pica extends sspmod_core_Auth_UserPassBase ...@@ -107,6 +107,7 @@ class sspmod_pica_Auth_Source_Pica extends sspmod_core_Auth_UserPassBase
default: default:
throw new Exception("Unknown pica authentication module: '{$module}'"); throw new Exception("Unknown pica authentication module: '{$module}'");
} }
return $factory;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment