From: Platonides Date: Thu, 6 Dec 2012 22:03:25 +0000 (+0100) Subject: Add missing wfProfileOut() X-Git-Tag: 1.31.0-rc.0~21405^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=2e518fb0bf716b8f1ec62f074c725064f390af33;p=lhc%2Fweb%2Fwiklou.git Add missing wfProfileOut() Change-Id: Id9c4958aa6659d66bb3486d17186424fbd9b5758 --- 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