commit | d37f0e9cfe106ff1a15b8f09df27e4f3a004b907 | [log] [tgz] |
---|---|---|
author | Timothy Warren <tim@timshomepage.net> | Wed Jun 27 08:21:59 2012 -0400 |
committer | Timothy Warren <tim@timshomepage.net> | Wed Jun 27 08:21:59 2012 -0400 |
tree | 963d70f006e24d34c62cebd27208e16c83a163a7 | |
parent | 384b34217b3709d3b3f11dbda3ac5c53274ff117 [diff] [blame] |
Correct variable names
diff --git a/system/libraries/Email.php b/system/libraries/Email.php index 5e6f698..0fcdbd8 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php
@@ -706,7 +706,7 @@ * @param string * @return bool */ - public function valid_email($address) + public function valid_email($email) { return filter_var($email, FILTER_VALIDATE_EMAIL); }