diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-08 04:43:42 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-08 04:43:42 +0100 |
commit | 8a7d078233bfb80fa01ee090e14ce0664f23b96b (patch) | |
tree | 632b009b57ef456ff1020b45f4ef8fd287f4ebb0 | |
parent | bf70d6245046d743573c604aeda3280870e19e41 (diff) |
Remove some tabs
-rwxr-xr-x | system/core/Security.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index f09298bba..d7881d846 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -176,7 +176,7 @@ class CI_Security { unset($_COOKIE[$this->_csrf_cookie_name]); $this->_csrf_hash = ''; } - + $this->_csrf_set_hash(); $this->csrf_set_cookie(); |