From: Reedy Date: Tue, 25 Jul 2017 23:23:44 +0000 (+0100) Subject: addRFCandPMIDInterwiki.php: Add trailing . to skipped message X-Git-Tag: 1.31.0-rc.0~2592^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/%7B%24conf-%3EScriptPath%7D/%7B%7B%20url_for%28%27vote_deletechoices%27%2C%20idvote=vote.id%2C%20iduser=session.user.id%29%20%7D%7D?a=commitdiff_plain;h=bd384358482da20facf3cfac5b1c092d8791e9d1;p=lhc%2Fweb%2Fwiklou.git addRFCandPMIDInterwiki.php: Add trailing . to skipped message Change-Id: If7966d1356605ae18857055ac5e6f8364187c414 --- diff --git a/maintenance/addRFCandPMIDInterwiki.php b/maintenance/addRFCandPMIDInterwiki.php index 2262338ad3..b21bfbb7e2 100644 --- a/maintenance/addRFCandPMIDInterwiki.php +++ b/maintenance/addRFCandPMIDInterwiki.php @@ -39,7 +39,7 @@ class AddRFCAndPMIDInterwiki extends LoggedUpdateMaintenance { } protected function updateSkippedMessage() { - return 'RFC and PMID already added to interwiki database table'; + return 'RFC and PMID already added to interwiki database table.'; } protected function doDBUpdates() {