r95348 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95347
|
r95348
|
r95349
>
Date:
23:01, 23 August 2011
Author:
kaldari
Status:
ok
Tags:
Comment:
follow-up to
r95297
, adding missing global var
Modified paths:
/trunk/extensions/CentralNotice/special/SpecialCentralNoticeLogs.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/CentralNotice/special/SpecialCentralNoticeLogs.php
—
—
@@ -248,6 +248,7 @@
249
249
}
250
250
251
251
private function getDateValue( $type ) {
252
+ global $wgRequest;
252
253
$value = $wgRequest->getVal( $type );
253
254
if ( $value === 'other' ) $value = null;
254
255
return $value;
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r95297
follow-up to
r94856
, functionalizing date retrieval
kaldari
01:42, 23 August 2011
Status & tagging log
05:47, 24 August 2011
Nikerabbit
(
talk
|
contribs
)
changed the
status
of r95348
[
removed:
new
added:
ok]