updateRestrictions: add missing \n to output call

Change-Id: Ibf73c32061f8564eb7b4bfb58659613c26c2c05d
This commit is contained in:
Alexander Vorwerk 2022-06-16 21:09:14 +02:00 committed by Zabe
parent e2c65670c6
commit c58271299d

View file

@ -48,7 +48,7 @@ class UpdateRestrictions extends Maintenance {
}
if ( !$dbw->fieldExists( 'page', 'page_restrictions' ) ) {
$this->output( 'Migration is not needed.' );
$this->output( 'Migration is not needed.\n' );
return true;
}