r93851 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93850‎ | r93851 | r93852 >
Date:20:23, 3 August 2011
Author:platonides
Status:ok
Tags:
Comment:
r93683 missed return in line 1890
Modified paths:
  • /trunk/phase3/includes/Article.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Article.php
@@ -1887,6 +1887,7 @@
18881888 } else {
18891889 $rev = Revision::newFromTitle( $this->getTitle(), $oldid );
18901890 if ( $rev === null ) {
 1891+ wfProfileOut( __METHOD__ );
18911892 return false;
18921893 }
18931894 $text = $rev->getText();

Follow-up revisions

RevisionCommit summaryAuthorDate
r96553MFT r93682, r93683, r93851reedy11:08, 8 September 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93683Add Profiling to trunk from r93681reedy23:28, 1 August 2011

Status & tagging log