Typo.
[lhc/web/wiklou.git] / includes / WebStart.php
index 8a112d0..a9a6ad5 100644 (file)
@@ -96,7 +96,9 @@ if ( ob_get_level() ) {
        ob_start( 'wfOutputHandler' );
 }
 
+wfProfileOut( 'WebStart.php-ob_start' );
+
 if ( !defined( 'MW_NO_SETUP' ) ) {
        require_once( './includes/Setup.php' );
 }
-?>
+