r88547 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88546‎ | r88547 | r88548 >
Date:20:39, 21 May 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Quick unbreak r88495: initialising the variable caused it not to be filled with messages
Modified paths:
  • /trunk/phase3/includes/ChangesList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ChangesList.php
@@ -40,7 +40,7 @@
4141
4242 protected $watchlist = false;
4343
44 - protected $message = array();
 44+ protected $message;
4545
4646 /**
4747 * Changeslist contructor

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88495Whitespace...reedy22:03, 20 May 2011

Status & tagging log