diff options
author | Wes Baker <wes@wesbaker.com> | 2013-07-08 23:25:20 +0200 |
---|---|---|
committer | Wes Baker <wes@wesbaker.com> | 2013-07-08 23:25:20 +0200 |
commit | 763e0bac83767dc2b8ae2c92192580a95121a624 (patch) | |
tree | 54bd9036428d56e0e5c0c1cd2f5612f64ab4871e /system | |
parent | c5f99fdcc5c4a918b5b8fe3ddbd56ab25ad1c22b (diff) |
Revert "Updating User Guide for 2.1.4."
This reverts commit c5f99fdcc5c4a918b5b8fe3ddbd56ab25ad1c22b.
Signed-off-by: Wes Baker <wes@wesbaker.com>
Diffstat (limited to 'system')
-rwxr-xr-x | 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 a7db5a46b..b0d39b981 100755 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -609,7 +609,7 @@ class CI_Security { if ($is_image === TRUE) { /* - * Adobe Photoshop puts XML metadata into JFIF images, + * Adobe Photoshop puts XML metadata into JFIF images, * including namespacing, so we have to allow this for images. */ unset($evil_attributes[array_search('xmlns', $evil_attributes)]); |