summaryrefslogtreecommitdiffstats
path: root/lib/_autoload_modules.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_autoload_modules.php')
-rw-r--r--lib/_autoload_modules.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_autoload_modules.php b/lib/_autoload_modules.php
index c552425..71cebf8 100644
--- a/lib/_autoload_modules.php
+++ b/lib/_autoload_modules.php
@@ -37,5 +37,5 @@ function temporaryLoader($class)
}
spl_autoload_register("temporaryLoader");
-spl_autoload_register(array('SimpleSAML_Module', 'autoloadPSR0'));
-spl_autoload_register(array('SimpleSAML_Module', 'autoloadPSR4'));
+spl_autoload_register(array('SimpleSAML\Module', 'autoloadPSR0'));
+spl_autoload_register(array('SimpleSAML\Module', 'autoloadPSR4'));