Skip to content
Snippets Groups Projects
Commit 9a50a902 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3609

Closes #3609

Merge request studip/studip!2500
parent 8aa422fa
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ class CSRFProtection
throw new SessionRequiredException();
}
self::$storage = $_SESSION;
self::$storage =& $_SESSION;
}
return self::$storage;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment