commit | 505b3d6b42d608b8555b62b78134f697a1f6d09f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Sat Feb 08 18:24:00 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Sat Feb 08 18:24:00 2014 +0200 |
tree | 227b33323d66c64d4a2ac4085f2fa1b5d059e689 | |
parent | f733d6db7345ccc5d7ed516fd22ea03cc245cbc4 [diff] |
Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make sense)
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index f4efff8..88925e0 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -822,7 +822,7 @@ * @param string * @return CI_Email */ - public function set_alt_message($str = '') + public function set_alt_message($str) { $this->alt_message = (string) $str; return $this;