summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-09-12 09:57:02 +0200
committerAndrey Andreev <narf@devilix.net>2014-09-12 09:57:02 +0200
commita135a18fe99ccf4f27dabc6c4a045e42cd239cea (patch)
treedcd98a07f10b5ece30251c7a969a7763d409c85b /system
parent4f86b35b0c334435af96c4be2bf5b6ce4eb49dea (diff)
Fix #3228
Diffstat (limited to 'system')
-rwxr-xr-xsystem/core/Security.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index 782d3e83c..0dc74a284 100755
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -974,8 +974,6 @@ class CI_Security {
$this->_csrf_hash = ($rand === FALSE)
? md5(uniqid(mt_rand(), TRUE))
: bin2hex($rand);
-
- $this->csrf_set_cookie();
}
return $this->_csrf_hash;