r105897 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r105896
|
r105897
|
r105898
>
Date:
15:51, 12 December 2011
Author:
brion
Status:
ok
Tags:
Comment:
Followup
r105853
-- another instance of $request->getVal('filter', 'all') to replace with $this->filter
Modified paths:
/trunk/phase3/includes/specials/SpecialAllmessages.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/specials/SpecialAllmessages.php
—
—
@@ -121,7 +121,7 @@
122
122
if( $this->filter === 'all' ){
123
123
$this->custom = null; // So won't match in either case
124
124
} else {
125
- $this->custom = ($request->getVal( 'filter' ) == 'unmodified');
125
+ $this->custom = ($this->filter == 'unmodified');
126
126
}
127
127
128
128
$prefix = $this->getLanguage()->ucfirst( $request->getVal( 'prefix', '' ) );
Follow-up revisions
Revision
Commit summary
Author
Date
r107926
MFT
r105341
,
r105853
,
r105897
reedy
19:26, 3 January 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r105853
* (
bug 32958
) SpecialAllMessages: input form doesn't show and remember filter...
brion
06:27, 12 December 2011
Status & tagging log
19:26, 3 January 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r105897
[
removed:
1.18]
17:53, 3 January 2012
Reedy
(
talk
|
contribs
)
changed the
tags
for r105897
[
added:
1.18]
17:50, 12 December 2011
😂
(
talk
|
contribs
)
changed the
status
of r105897
[
removed:
new
added:
ok]