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 @@
1888
1888
} else {
1889
1889
$rev = Revision::newFromTitle( $this->getTitle(), $oldid );
1890
1890
if ( $rev === null ) {
1891
+ wfProfileOut( __METHOD__ );
1891
1892
return false;
1892
1893
}
1893
1894
$text = $rev->getText();
Follow-up revisions
Revision
Commit summary
Author
Date
r96553
MFT
r93682
,
r93683
,
r93851
reedy
11:08, 8 September 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r93683
Add Profiling to trunk from
r93681
reedy
23:28, 1 August 2011
Status & tagging log
11:08, 8 September 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r93851
[
removed:
1.18]
11:03, 8 September 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r93851
[
added:
1.18]
20:24, 3 August 2011
Aaron Schulz
(
talk
|
contribs
)
changed the
status
of r93851
[
removed:
new
added:
ok]