summaryrefslogtreecommitdiffstats
path: root/system/core/Security.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-08-29 13:14:54 +0200
committerAndrey Andreev <narf@devilix.net>2016-08-29 13:15:28 +0200
commit1d0bd83d0f4b9f133bf9657113fc50d57d767762 (patch)
treeef6140e31aef46df9aab149a21c847bc3c02be44 /system/core/Security.php
parenta9d83fb0ddef91f0fb386cbe8bdb9cef69ca2af3 (diff)
Merge pull request #4785 from guitarrist/develop
[ci skip] Fix a comment typo
Diffstat (limited to 'system/core/Security.php')
-rw-r--r--system/core/Security.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php
index a29070095..3a5da4fde 100644
--- a/system/core/Security.php
+++ b/system/core/Security.php
@@ -230,7 +230,7 @@ class CI_Security {
$this->csrf_show_error();
}
- // We kill this since we're done and we don't want to polute the _POST array
+ // We kill this since we're done and we don't want to pollute the _POST array
unset($_POST[$this->_csrf_token_name]);
// Regenerate on every submission?