Fix double commas from r81721. This time I actually ran it through php -l before...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 8 Feb 2011 12:14:35 +0000 (12:14 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 8 Feb 2011 12:14:35 +0000 (12:14 +0000)
resources/Resources.php

index 38aeb4f..4e9d6b2 100644 (file)
@@ -490,7 +490,7 @@ return array(
        'mediawiki.legacy.ajax' => array(
                'scripts' => 'common/ajax.js',
                'remoteBasePath' => $GLOBALS['wgStylePath'],
-               'localBasePath' => "{$GLOBALS['IP']}/skins",,
+               'localBasePath' => "{$GLOBALS['IP']}/skins",
                'messages' => array(
                        'watch',
                        'unwatch',
@@ -504,13 +504,13 @@ return array(
        'mediawiki.legacy.block' => array(
                'scripts' => 'common/block.js',
                'remoteBasePath' => $GLOBALS['wgStylePath'],
-               'localBasePath' => "{$GLOBALS['IP']}/skins",,
+               'localBasePath' => "{$GLOBALS['IP']}/skins",
                'dependencies' => 'mediawiki.legacy.wikibits',
        ),
        'mediawiki.legacy.commonPrint' => array(
                'styles' => array( 'common/commonPrint.css' => array( 'media' => 'print' ) ),
                'remoteBasePath' => $GLOBALS['wgStylePath'],
-               'localBasePath' => "{$GLOBALS['IP']}/skins",,
+               'localBasePath' => "{$GLOBALS['IP']}/skins",
        ),
        'mediawiki.legacy.config' => array(
                'scripts' => 'common/config.js',