summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorGreg Aker <greg@gregaker.net>2011-12-25 07:31:29 +0100
committerGreg Aker <greg@gregaker.net>2011-12-25 07:31:29 +0100
commit03abee3df4534028c795e3c3da91034a3d3ee0f4 (patch)
treec4f28408ef0d4b017bb8fc9dbeae3aeff4b39b97 /system/core/Security.php
parentf41c9cfbda27c71a1f34ef1ba7e15cad93564691 (diff)
Fixing soft tabs in a few files.
Diffstat (limited to 'system/core/Security.php')
-rwxr-xr-xsystem/core/Security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index ce3f7d3cc..60a64f358 100755
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -182,7 +182,7 @@ class CI_Security {
// Nothing should last forever
unset($_COOKIE[$this->_csrf_cookie_name]);
- $this->_csrf_hash = '';
+ $this->_csrf_hash = '';
$this->_csrf_set_hash();
$this->csrf_set_cookie();