From d6c76983782c7832f8ac9924c56cfabb568187fc Mon Sep 17 00:00:00 2001 From: Pavel Vyskocil <vyskocilpavel@muni.cz> Date: Fri, 1 Sep 2017 00:55:09 +0200 Subject: [PATCH] Change class name for new module name. --- lib/Auth/Process/statistics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Auth/Process/statistics.php b/lib/Auth/Process/statistics.php index 0ac196a..b124047 100644 --- a/lib/Auth/Process/statistics.php +++ b/lib/Auth/Process/statistics.php @@ -5,7 +5,7 @@ include ("DatabaseCommand.php"); * @author Pavel Vyskočil <vyskocilpavel@muni.cz> */ -class sspmod_statisticsperun_Auth_Process_statistics extends SimpleSAML_Auth_ProcessingFilter +class sspmod_proxystatistics_Auth_Process_statistics extends SimpleSAML_Auth_ProcessingFilter { private $config; private $reserved; -- GitLab