aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/CSRFProtection.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/CSRFProtection.php')
-rw-r--r--lib/classes/CSRFProtection.php2
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;
}