X-Git-Url: http://git.cyclocoop.org/%24image?a=blobdiff_plain;f=load.php;h=6edb7ec95495b2b9bda9d56ec4b552291e255457;hb=67ede2daaca02a9a34e549ae978e39d01743598a;hp=4d34e5ddca3ee6ca9f4365e29ceadcdf87c0b977;hpb=d6e366a318a2fedf88533456b71f91cb5c52c5e6;p=lhc%2Fweb%2Fwiklou.git diff --git a/load.php b/load.php index 4d34e5ddca..6edb7ec954 100644 --- a/load.php +++ b/load.php @@ -45,7 +45,7 @@ $context = new ResourceLoaderContext( $resourceLoader, $wgRequest ); // Respond to ResourceLoader request $resourceLoader->respond( $context ); -Profiler::instance()->setTemplated( true ); +Profiler::instance()->setAllowOutput(); $mediawiki = new MediaWiki(); $mediawiki->doPostOutputShutdown( 'fast' );