From: Platonides Date: Thu, 2 Jun 2011 15:39:24 +0000 (+0000) Subject: Close wfProfileIn X-Git-Tag: 1.31.0-rc.0~29772 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=eeb16a279ebe7154895b09ab977865083f3437f8;p=lhc%2Fweb%2Fwiklou.git Close wfProfileIn Exit point missed by r85204 --- diff --git a/index.php b/index.php index 3b7195c6aa..5e5f47c537 100644 --- a/index.php +++ b/index.php @@ -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; } }