From a135a18fe99ccf4f27dabc6c4a045e42cd239cea Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 12 Sep 2014 10:57:02 +0300 Subject: Fix #3228 --- system/core/Security.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'system/core/Security.php') 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; -- cgit v1.2.3-24-g4f1b