summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorAntônio <antonio.filho128@gmail.com>2016-08-26 22:00:23 +0200
committerAntônio <antonio.filho128@gmail.com>2016-08-26 22:00:23 +0200
commit27210ea42f3aea0d2e52b2738181f3fb1170775e (patch)
treebf542e98af9f03f608da984de34e607196b4b55b /system/core
parentbe4541dabf8a9d6939d2ee33c1cb151c4ae3d196 (diff)
fix typo
Diffstat (limited to 'system/core')
-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?