X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=load.php;h=6edb7ec95495b2b9bda9d56ec4b552291e255457;hb=327e8ea41681487382d8abe7cb111501954b9d1b;hp=4d34e5ddca3ee6ca9f4365e29ceadcdf87c0b977;hpb=c1c3302286deb92f3eb81a39b5ee61f8c413f5ad;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' );