From b93e53ab235e737cb411226752da42a10e0df78a Mon Sep 17 00:00:00 2001 From: aude Date: Fri, 5 Apr 2013 15:11:38 +0000 Subject: [PATCH] Fix resource path fatal error Bug: 46927 Change-Id: I8073c844682b1d8816704e1dc0e39bc197e08833 --- Resources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources.php b/Resources.php index 8b5feece..95e0a865 100644 --- a/Resources.php +++ b/Resources.php @@ -9,7 +9,7 @@ $resourcePaths = array( 'localBasePath' => __DIR__, 'remoteExtPath' => 'UniversalLanguageSelector' -) + $resourcePaths; +); $wgResourceModules['ext.uls.displaysettings'] = array( 'scripts' => 'resources/js/ext.uls.displaysettings.js',