commit | 03abee3df4534028c795e3c3da91034a3d3ee0f4 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg@gregaker.net> | Sun Dec 25 00:31:29 2011 -0600 |
committer | Greg Aker <greg@gregaker.net> | Sun Dec 25 00:31:29 2011 -0600 |
tree | c4f28408ef0d4b017bb8fc9dbeae3aeff4b39b97 | |
parent | f41c9cfbda27c71a1f34ef1ba7e15cad93564691 [diff] [blame] |
Fixing soft tabs in a few files.
diff --git a/system/core/Security.php b/system/core/Security.php index ce3f7d3..60a64f3 100755 --- a/system/core/Security.php +++ b/system/core/Security.php
@@ -182,7 +182,7 @@ // Nothing should last forever unset($_COOKIE[$this->_csrf_cookie_name]); - $this->_csrf_hash = ''; + $this->_csrf_hash = ''; $this->_csrf_set_hash(); $this->csrf_set_cookie();