r85235 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85234‎ | r85235 | r85236 >
Date:08:49, 3 April 2011
Author:dantman
Status:ok
Tags:
Comment:
Followup r85228; Small fix for ()> syntax error that should have been ()->
Modified paths:
  • /trunk/phase3/includes/specials/SpecialBlankpage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialBlankpage.php
@@ -33,6 +33,6 @@
3434 }
3535 public function execute( $par ) {
3636 $this->setHeaders();
37 - $this->getOutput()>addWikiMsg('intentionallyblankpage');
 37+ $this->getOutput()->addWikiMsg('intentionallyblankpage');
3838 }
3939 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85228Followup r85227, update 4 special pages to properly use the context.dantman04:37, 3 April 2011

Status & tagging log