Fixed user scripts/styles and site scripts/styles - they were totally broken in r7277...
[lhc/web/wiklou.git] / load.php
index a17e56d..85c4f67 100644 (file)
--- a/load.php
+++ b/load.php
@@ -45,7 +45,7 @@ if ( $wgRequest->isPathInfoBad() ) {
 }
 
 // Respond to resource loading request
-ResourceLoader::respond( new ResourceLoaderContext( $wgRequest, $wgServer . $wgScriptPath . '/load.php' ) );
+ResourceLoader::respond( new ResourceLoaderContext( $wgRequest ) );
 
 wfProfileOut( 'load.php' );
 wfLogProfilingData();