Merge "RefreshExternallinksIndex: Add trailing . to skipped message"

This commit is contained in:
jenkins-bot 2022-04-07 17:03:23 +00:00 committed by Gerrit Code Review
commit c2b91dcae3

View file

@ -47,7 +47,7 @@ class RefreshExternallinksIndex extends LoggedUpdateMaintenance {
}
protected function updateSkippedMessage() {
return 'externallinks table indexes up to date';
return 'externallinks table indexes up to date.';
}
protected function doDBUpdates() {