mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
This commit is contained in:
@@ -41,7 +41,7 @@ if ($process) {
|
||||
* Add, edit, or remove blacklisted users or domains
|
||||
* in include/email-validation.inc :: blacklisted().
|
||||
*/
|
||||
$uemail = isset($_POST['email']) ? strtolower($_POST['email']) : '';
|
||||
$uemail = isset($_POST['email']) ? strtolower($_POST['email']) : '';
|
||||
if (blacklisted($uemail)) {
|
||||
$errors[] = 'An expected error has been encountered. Please don\'t try again later.';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user