From 2e518fb0bf716b8f1ec62f074c725064f390af33 Mon Sep 17 00:00:00 2001 From: Platonides Date: Thu, 6 Dec 2012 23:03:25 +0100 Subject: [PATCH] Add missing wfProfileOut() Change-Id: Id9c4958aa6659d66bb3486d17186424fbd9b5758 --- includes/content/WikitextContent.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/content/WikitextContent.php b/includes/content/WikitextContent.php index c11018bca3..dabb85518d 100644 --- a/includes/content/WikitextContent.php +++ b/includes/content/WikitextContent.php @@ -63,6 +63,7 @@ class WikitextContent extends TextContent { $text = $with->getNativeData(); if ( $section === '' ) { + wfProfileOut( __METHOD__ ); return $with; # XXX: copy first? } if ( $section == 'new' ) { # Inserting a new section -- 2.20.1