Close wfProfileIn

Exit point missed by r85204
This commit is contained in:
Platonides 2011-06-02 15:39:24 +00:00
parent 5e3b5c0f54
commit eeb16a279e

View file

@ -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;
}
}