Skip to content
Snippets Groups Projects
Commit 61735f8e authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Capitalize the "Module" namespace for modules.

parent 8894ddd1
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ function SimpleSAML_autoload_psr4($className)
if (array_shift($elements) !== 'SimpleSAML') {
return; // the first element is not "SimpleSAML"
}
if (array_shift($elements) !== 'module') {
if (array_shift($elements) !== 'Module') {
return; // the second element is not "module"
}
......
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