diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-01-04 10:45:18 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-01-04 10:45:18 +0000 |
| commit | 9a50a902801477f72990fbbc17f99041f3245583 (patch) | |
| tree | 409a78e55fbb5519cef2cf981508a458f1910d9e /lib/classes/CSRFProtection.php | |
| parent | 8aa422fa7e5c04c9f9a3dc5094dc2fd534db8e47 (diff) | |
fixes #3609
Closes #3609
Merge request studip/studip!2500
Diffstat (limited to 'lib/classes/CSRFProtection.php')
| -rw-r--r-- | lib/classes/CSRFProtection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/CSRFProtection.php b/lib/classes/CSRFProtection.php index 56d6e4c..9afc623 100644 --- a/lib/classes/CSRFProtection.php +++ b/lib/classes/CSRFProtection.php @@ -69,7 +69,7 @@ class CSRFProtection throw new SessionRequiredException(); } - self::$storage = $_SESSION; + self::$storage =& $_SESSION; } return self::$storage; } |
