updateRestrictions: add missing \n to output call
Change-Id: Ibf73c32061f8564eb7b4bfb58659613c26c2c05d
This commit is contained in:
parent
e2c65670c6
commit
c58271299d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue