Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankEclair committed Nov 26, 2024
1 parent 7419b08 commit 743cbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/replaceTextEligible.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public function execute() {
return;
}

$this->output( "ReplaceText should not be enabled on this wiki\n"' );
$this->output( "ReplaceText should not be enabled on this wiki\n" );
if ( count( $problematicPages ) > 0 ) {
$this->output( "The following pages' latest revisions are compressed:\n" );
$this->output( implode( ', ', $problematicPages ) );
Expand Down

0 comments on commit 743cbd8

Please sign in to comment.