Close wfProfileIn
Exit point missed by r85204
This commit is contained in:
parent
5e3b5c0f54
commit
eeb16a279e
1 changed files with 2 additions and 0 deletions
|
|
@ -96,6 +96,8 @@ function wfIndexMain() {
|
|||
} else {
|
||||
echo "Waiting for a database server: $lag seconds lagged\n";
|
||||
}
|
||||
wfProfileOut( 'index.php-setup' );
|
||||
wfProfileOut( 'index.php' );
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue