commit | 9fca615492ba481f5c27890b3b61f0603f45c55b | [log] [tgz] |
---|---|---|
author | diegorivera <diego6616@yahoo.com.ar> | Wed Oct 19 11:18:45 2011 -0200 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Wed Oct 19 20:51:51 2011 +0100 |
tree | 4b45c3d65ba33c6f6d246081879e314374be5015 | |
parent | 33c3280d902bbe46096c3e2036ebbcce877219ae [diff] [blame] |
I wasn't following the CI code style guide.
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 73ff2e7..c7d0bc5 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -385,10 +385,10 @@ //strip slashes only if magic quotes is ON //if we do it with magic quotes OFF, it strips real, user-inputted chars. - if (get_magic_quotes_gpc()) - { + if (get_magic_quotes_gpc()) + { $this->_body = stripslashes($this->_body); - } + } return $this; }