Drop "left in" debugging var_dump from WikiImporter
[lhc/web/wiklou.git] / resources / Resources.php
index 0e6774d..1c0e83b 100644 (file)
@@ -1384,9 +1384,9 @@ return array(
 
        'mediawiki.legacy.config' => array(
                // Used in the web installer. Test it after modifying this definition!
+               // These files are not actually loaded via ResourceLoader, so dependencies etc. won't work.
                'scripts' => 'mw-config/config.js',
-               'styles' => array( 'mw-config/config.css' ),
-               'dependencies' => 'mediawiki.legacy.wikibits',
+               'styles' => 'mw-config/config.css',
        ),
 
        /* MediaWiki Legacy */