From 0de4e62fcd78a8c4388797dd874a2beef0fe27ea Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 8 Sep 2021 14:49:29 +0200 Subject: [PATCH] Session management: Revert modification in third-party lib --- datamodels/2.x/authent-cas/vendor/apereo/phpcas/source/CAS.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datamodels/2.x/authent-cas/vendor/apereo/phpcas/source/CAS.php b/datamodels/2.x/authent-cas/vendor/apereo/phpcas/source/CAS.php index 7103d69ed..dd17a48e4 100644 --- a/datamodels/2.x/authent-cas/vendor/apereo/phpcas/source/CAS.php +++ b/datamodels/2.x/authent-cas/vendor/apereo/phpcas/source/CAS.php @@ -1174,7 +1174,7 @@ class phpCAS } /** - * Checks whether authenticated based on _SESSION. Useful to avoid + * Checks whether authenticated based on $_SESSION. Useful to avoid * server calls. * * @return bool true if authenticated, false otherwise.