diff options
Diffstat (limited to 'modules/negotiate/www/enable.php')
-rw-r--r-- | modules/negotiate/www/enable.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/negotiate/www/enable.php b/modules/negotiate/www/enable.php index 0eda573..56d66a8 100644 --- a/modules/negotiate/www/enable.php +++ b/modules/negotiate/www/enable.php @@ -12,7 +12,7 @@ $params = array( 'secure' => FALSE, 'httponly' => TRUE, ); -SimpleSAML_Utilities::setCookie('NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT', NULL, $params, FALSE); +\SimpleSAML\Utils\HTTP::setCookie('NEGOTIATE_AUTOLOGIN_DISABLE_PERMANENT', NULL, $params, FALSE); $globalConfig = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getSessionFromRequest(); |