diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-15 15:43:41 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-15 15:43:41 +0200 |
commit | c373c07d9003c7d03214a45100199ca333b5963c (patch) | |
tree | 4d9ba672d4edc5f0136c1133d025ceec00c6bd0c | |
parent | c19f3b2596ae846f5de73f562a0288af8c82855a (diff) | |
parent | 7881fd17790fd86f658dd4cfcb5b2b5a6351ad00 (diff) |
Merge pull request #3977 from MSDehghan/develop
[ci skip] Fix a log message typo
-rw-r--r-- | 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 9cef42439..7c5199255 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -275,7 +275,7 @@ class CI_Security { $secure_cookie, config_item('cookie_httponly') ); - log_message('info', 'CRSF cookie sent'); + log_message('info', 'CSRF cookie sent'); return $this; } |