Merge "Follow up 9ef34a2f1d0: fix NewPagesPager "hide registered users" option" into...
[lhc/web/wiklou.git] / maintenance / validateRegistrationFile.php
index 0d6cfa2..a704d61 100644 (file)
@@ -11,6 +11,7 @@ class ValidateRegistrationFile extends Maintenance {
                        true
                );
        }
+
        public function execute() {
                $validator = new ExtensionJsonValidator( function ( $msg ) {
                        $this->fatalError( $msg );