r74542 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r74541
|
r74542
|
r74543
>
Date:
10:42, 9 October 2010
Author:
ialex
Status:
deferred
Tags:
Comment:
Fix for
r74190
: remove line that should not be there
Modified paths:
/trunk/extensions/gis/mapsources.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/gis/mapsources.php
—
—
@@ -211,7 +211,6 @@
212
212
$bsarticle = new Article( $bstitle );
213
213
}
214
214
if ($bsarticle->getID() == 0) {
215
- $wgOut->addHTML( );
216
215
throw new FatalError( "<p>Please add this page: " .
217
216
$sk->makeBrokenLinkObj( $bstitle ) . ".</p>" );
218
217
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r74190
Removed calls to deprecated function wfErrorExit()
ialex
08:39, 3 October 2010
Status & tagging log
22:17, 3 December 2010
Reedy
(
talk
|
contribs
)
changed the
status
of r74542
[
removed:
new
added:
deferred]