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 @@
249249 }
250250
251251 private function getDateValue( $type ) {
 252+ global $wgRequest;
252253 $value = $wgRequest->getVal( $type );
253254 if ( $value === 'other' ) $value = null;
254255 return $value;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95297follow-up to r94856, functionalizing date retrievalkaldari01:42, 23 August 2011

Status & tagging log