From 892926ff5b99f19e2d6f3c1540a04901da8c2e10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez?= <jaime.perez@uninett.no> Date: Wed, 7 Sep 2016 09:12:52 +0200 Subject: [PATCH] bugfix: The smartattributes:SmartName authproc fails to load. There was a typo in the name of the class, where the module was referenced as "smartattribute" instead of "smartattributes". --- modules/smartattributes/lib/Auth/Process/SmartName.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/smartattributes/lib/Auth/Process/SmartName.php b/modules/smartattributes/lib/Auth/Process/SmartName.php index aaca17694..c77ef7379 100644 --- a/modules/smartattributes/lib/Auth/Process/SmartName.php +++ b/modules/smartattributes/lib/Auth/Process/SmartName.php @@ -6,7 +6,7 @@ * @author Andreas Ă…kre Solberg, UNINETT AS. * @package SimpleSAMLphp */ -class sspmod_smartattribute_Auth_Process_SmartName extends SimpleSAML_Auth_ProcessingFilter { +class sspmod_smartattributes_Auth_Process_SmartName extends SimpleSAML_Auth_ProcessingFilter { /** * Attributes which should be added/appended. -- GitLab