diff --git a/maintenance/refreshExternallinksIndex.php b/maintenance/refreshExternallinksIndex.php index e378c8c98d4..9cdd757c9cc 100644 --- a/maintenance/refreshExternallinksIndex.php +++ b/maintenance/refreshExternallinksIndex.php @@ -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() {