X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FremoveInvalidEmails.php;h=bee8d693a8e7b7ca1433ad2ce661d7607c031e80;hb=326d52f9613c5227d75f97361be6ec6ef78b214e;hp=ec68ef2e77874ddb71455d5fa79ad63bbed62ae9;hpb=15f6eff90c305d405fe4331c8a8dc8caa842e5b3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/removeInvalidEmails.php b/maintenance/removeInvalidEmails.php index ec68ef2e77..bee8d693a8 100644 --- a/maintenance/removeInvalidEmails.php +++ b/maintenance/removeInvalidEmails.php @@ -21,6 +21,7 @@ class RemoveInvalidEmails extends Maintenance { $this->addOption( 'commit', 'Whether to actually update the database', false, false ); $this->setBatchSize( 500 ); } + public function execute() { $this->commit = $this->hasOption( 'commit' ); $dbr = $this->getDB( DB_REPLICA );