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 @@
41
41
42
42
protected $watchlist = false;
43
43
44
- protected $message = array();
44
+ protected $message;
45
45
46
46
/**
47
47
* Changeslist contructor
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88495
Whitespace...
reedy
22:03, 20 May 2011
Status & tagging log
20:57, 14 June 2011
😂
(
talk
|
contribs
)
changed the
status
of r88547
[
removed:
new
added:
ok]