From eeb16a279ebe7154895b09ab977865083f3437f8 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 2 Jun 2011 15:39:24 +0000 Subject: [PATCH] Close wfProfileIn Exit point missed by r85204 --- index.php | 2 ++ 1 file changed, 2 insertions(+) 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; } } -- 2.20.1