r108335 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108334‎ | r108335 | r108336 >
Date:23:23, 7 January 2012
Author:platonides
Status:ok
Tags:
Comment:
Profile all returns (r107319 follow-up)
Modified paths:
  • /trunk/phase3/includes/WikiPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/WikiPage.php
@@ -1117,6 +1117,7 @@
11181118 $oldtext = $this->getRawText();
11191119 if ( $oldtext === false ) {
11201120 wfDebug( __METHOD__ . ": no page text\n" );
 1121+ wfProfileOut( __METHOD__ );
11211122 return null;
11221123 }
11231124 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r107319* (bug 30711) WikiPage::replaceSection() now always the current text when add...ialex14:45, 26 December 2011

Status & tagging log