diff options
Diffstat (limited to 'www/errorreport.php')
-rw-r--r-- | www/errorreport.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/errorreport.php b/www/errorreport.php index a0f31e1..042f9a6 100644 --- a/www/errorreport.php +++ b/www/errorreport.php @@ -99,4 +99,4 @@ if ($config->getBoolean('errorreporting', TRUE) && $toAddress !== 'na@example.or } /* Redirect the user back to this page to clear the POST request. */ -SimpleSAML_Utilities::redirectTrustedURL(SimpleSAML_Utilities::selfURLNoQuery()); +\SimpleSAML\Utils\HTTP::redirectTrustedURL(\SimpleSAML\Utils\HTTP::getSelfURLNoQuery()); |