Skip to content
Snippets Groups Projects
Commit 892926ff authored by Jaime Pérez's avatar Jaime Pérez
Browse files

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".
parent dafe9ff8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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