summaryrefslogtreecommitdiffstats
path: root/modules/negotiate/www/disable.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/negotiate/www/disable.php')
-rw-r--r--modules/negotiate/www/disable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/negotiate/www/disable.php b/modules/negotiate/www/disable.php
index 1cda47e..5262004 100644
--- a/modules/negotiate/www/disable.php
+++ b/modules/negotiate/www/disable.php
@@ -13,7 +13,7 @@ $params = array(
'secure' => FALSE,
'httponly' => TRUE,
);
-SimpleSAML_Utilities::setCookie('NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT', 'True', $params, FALSE);
+\SimpleSAML\Utils\HTTP::setCookie('NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT', 'True', $params, FALSE);
$globalConfig = SimpleSAML_Configuration::getInstance();
$session = SimpleSAML_Session::getSessionFromRequest();