From adf170a55344cc447e34539d2d6460de6ea4d393 Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Thu, 7 Dec 2017 15:06:13 +0900 Subject: [PATCH] LocalSettingsGenerator: Fix typo in exception message Change-Id: I61fe67468eec659f312fb9aa4c20ec9bf083e78b --- includes/installer/LocalSettingsGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1