Horrible tabsoup converted to spaces
[lhc/web/wiklou.git] / load.php
index 85c4f67..9f594e5 100644 (file)
--- a/load.php
+++ b/load.php
@@ -45,7 +45,8 @@ if ( $wgRequest->isPathInfoBad() ) {
 }
 
 // Respond to resource loading request
-ResourceLoader::respond( new ResourceLoaderContext( $wgRequest ) );
+$resourceLoader = new ResourceLoader();
+$resourceLoader->respond( new ResourceLoaderContext( $resourceLoader, $wgRequest ) );
 
 wfProfileOut( 'load.php' );
 wfLogProfilingData();