r77404 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77403‎ | r77404 | r77405 >
Date:22:27, 28 November 2010
Author:platonides
Status:ok
Tags:
Comment:
Follow up r77401.
Mixture of null/false.
Happens to also fix the parsertests issue.
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -2030,7 +2030,7 @@
20312031 # Bogus value; fall back to the epoch...
20322032 wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n");
20332033
2034 - return null;
 2034+ return false;
20352035 }
20362036
20372037

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77401Fix bug discovered in r77171 from the user data in If-Modified-Since passed b...platonides21:59, 28 November 2010

Status & tagging log