fix a typo in generateCollationData.php
authorMatmaRex <matma.rex@gmail.com>
Sun, 10 Feb 2013 22:53:39 +0000 (23:53 +0100)
committerMatmaRex <matma.rex@gmail.com>
Sun, 10 Feb 2013 22:57:30 +0000 (23:57 +0100)
Follow-up to I85353559.

Change-Id: If65589d9f2b855849ca34a13eef2bce3377252ef

maintenance/language/generateCollationData.php

index 0d5e238..12823c0 100644 (file)
@@ -82,7 +82,7 @@ class GenerateCollationData extends Maintenance {
                                        . "\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";
                        }