Skip to content
Snippets Groups Projects

V1.0 rename class

Merged Pavel Břoušek requested to merge github/fork/BaranekD/v1.0_rename_class into v1.0
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -126,7 +126,7 @@ class sspmod_authorize_Auth_Process_Perunauthorize extends SimpleSAML_Auth_Proce
// Save state and redirect to 403 page
$id = SimpleSAML_Auth_State::saveState($request,
'perunauthorize:Perunauthorize');
$url = SimpleSAML_Module::getModuleURL(
$url = SimpleSAML\Module::getModuleURL(
'perunauthorize/perunauthorize_403.php');
\SimpleSAML\Utils\HTTP::redirectTrustedURL($url, array('StateId' => $id));
Loading