commit | 6eab49a844b3542a5efee6620233a86f645a30f5 | [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 26 23:57:31 2011 +0100 |
tree | 51cdb14db22ec3e0646e6f6de997e39ea86e8078 | |
parent | 13095cbc1b1b0509ac8c984e7a5fd704d9826569 [diff] |
I wasn't following the CI code style guide.
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 2916b9a..5f8d486 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -383,10 +383,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; }