X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=load.php;h=85c4f67b8217f794b11438256e80f11c8a9ec203;hb=ed054b1ace36a7fefeb8e1ad8413d274ce149c06;hp=a17e56df65795912bad3a1c77ccb5f6eff502c8f;hpb=3f501420ee6db340670dff009e8aeb5a3574031d;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index a17e56df65..85c4f67b82 100644 --- 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();