commit | b3e614d8b2293c079bcfb9cfdf071c041cbc4722 | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Tue Apr 19 20:19:17 2011 -0500 |
committer | Greg Aker <greg.aker@ellislab.com> | Tue Apr 19 20:19:17 2011 -0500 |
tree | 856debf36944264895d7b64e824863533be58b2a | |
parent | bab1a6aab7aa9bd2ba0ad7bc51973dd00d273b31 [diff] [blame] |
Change in core/Security.php to match coding standards.
diff --git a/system/core/Security.php b/system/core/Security.php index 4f91572..3617cad 100644 --- a/system/core/Security.php +++ b/system/core/Security.php
@@ -68,7 +68,8 @@ } // Append application specific cookie prefix - if (config_item('cookie_prefix')) { + if (config_item('cookie_prefix')) + { $this->_csrf_cookie_name = config_item('cookie_prefix').$this->_csrf_cookie_name; }