From: Hoto Cocoa Date: Thu, 7 Dec 2017 06:06:13 +0000 (+0900) Subject: LocalSettingsGenerator: Fix typo in exception message X-Git-Tag: 1.31.0-rc.0~1263 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22brouteur%22%2C%28%24id_rubrique%20?a=commitdiff_plain;h=adf170a55344cc447e34539d2d6460de6ea4d393;p=lhc%2Fweb%2Fwiklou.git LocalSettingsGenerator: Fix typo in exception message Change-Id: I61fe67468eec659f312fb9aa4c20ec9bf083e78b --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index bdaeaca86c..b4ef49d7c6 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -185,7 +185,7 @@ class LocalSettingsGenerator { $jsonFile = 'skin.json'; $function = 'wfLoadSkin'; } else { - throw new InvalidArgumentException( '$dir was not "extensions" or "skins' ); + throw new InvalidArgumentException( '$dir was not "extensions" or "skins"' ); } $encName = self::escapePhpString( $name );