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 @@
212212 $bsarticle = new Article( $bstitle );
213213 }
214214 if ($bsarticle->getID() == 0) {
215 - $wgOut->addHTML( );
216215 throw new FatalError( "<p>Please add this page: " .
217216 $sk->makeBrokenLinkObj( $bstitle ) . ".</p>" );
218217 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74190Removed calls to deprecated function wfErrorExit()ialex08:39, 3 October 2010

Status & tagging log