profiling fix

This commit is contained in:
Tim Starling 2005-09-11 11:25:55 +00:00
parent 28e419c9f7
commit d50beb6049

View file

@ -447,6 +447,7 @@ class EditPage {
}
else {
$wgOut->readOnlyPage();
wfProfileOut( "$fname-checks" );
wfProfileOut( $fname );
return false;
}