profiling fix
This commit is contained in:
parent
28e419c9f7
commit
d50beb6049
1 changed files with 1 additions and 0 deletions
|
|
@ -447,6 +447,7 @@ class EditPage {
|
|||
}
|
||||
else {
|
||||
$wgOut->readOnlyPage();
|
||||
wfProfileOut( "$fname-checks" );
|
||||
wfProfileOut( $fname );
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue