Close wfProfileIn
authorPlatonides <platonides@users.mediawiki.org>
Thu, 2 Jun 2011 15:39:24 +0000 (15:39 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Thu, 2 Jun 2011 15:39:24 +0000 (15:39 +0000)
Exit point missed by r85204

index.php

index 3b7195c..5e5f47c 100644 (file)
--- 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;
                }
        }