jenkins-bot has submitted this change and it was merged.

Change subject: fix a typo in generateCollationData.php
......................................................................


fix a typo in generateCollationData.php

Follow-up to I85353559.

Change-Id: If65589d9f2b855849ca34a13eef2bce3377252ef
---
M maintenance/language/generateCollationData.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Demon: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/language/generateCollationData.php 
b/maintenance/language/generateCollationData.php
index 0d5e238..12823c0 100644
--- a/maintenance/language/generateCollationData.php
+++ b/maintenance/language/generateCollationData.php
@@ -82,7 +82,7 @@
                                        . "\n\n";
                        }
                        if ( !$ucdallPresent ) {
-                               $error = "Unable to find ucd.all.grouped.xml. "
+                               $error .= "Unable to find ucd.all.grouped.xml. "
                                        . "Download it, unzip, and specify its 
location with --data-dir=<DIR>. "
                                        . "\n\n";
                        }

-- 
To view, visit https://gerrit.wikimedia.org/r/48409
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If65589d9f2b855849ca34a13eef2bce3377252ef
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Matmarex <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Brian Wolff <[email protected]>
Gerrit-Reviewer: Demon <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Matmarex <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to