Cocoa has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395926 )

Change subject: Fix typo miss in LocalSettingsGenerator.php
......................................................................

Fix typo miss in LocalSettingsGenerator.php

Change-Id: I61fe67468eec659f312fb9aa4c20ec9bf083e78b
---
M includes/installer/LocalSettingsGenerator.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/26/395926/1

diff --git a/includes/installer/LocalSettingsGenerator.php 
b/includes/installer/LocalSettingsGenerator.php
index bdaeaca..b4ef49d 100644
--- a/includes/installer/LocalSettingsGenerator.php
+++ b/includes/installer/LocalSettingsGenerator.php
@@ -185,7 +185,7 @@
                        $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 );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I61fe67468eec659f312fb9aa4c20ec9bf083e78b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Cocoa <[email protected]>

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

Reply via email to