|
|
@@ -616,7 +616,7 @@ class Email {
|
|
|
} elseif (preg_match($this->_emailPattern, $email)) {
|
|
|
return;
|
|
|
}
|
|
|
- throw new Error\SocketException(__d('cake_dev', 'Invalid email: "%s"', $email));
|
|
|
+ throw new Error\SocketException(sprintf('Invalid email: "%s"', $email));
|
|
|
}
|
|
|
|
|
|
/**
|