Profile RawPage

This commit is contained in:
Tim Starling 2009-02-17 03:28:54 +00:00
parent ed529ce860
commit b484417ddb

View file

@ -450,8 +450,10 @@ class MediaWiki {
$article->view();
break;
case 'raw': // includes JS/CSS
wfProfileIn( __METHOD__.'-raw' );
$raw = new RawPage( $article );
$raw->view();
wfProfileOut( __METHOD__.'-raw' );
break;
case 'watch':
case 'unwatch':