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 @@
2031
2031
# Bogus value; fall back to the epoch...
2032
2032
wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n");
2033
2033
2034
- return null;
2034
+ return false;
2035
2035
}
2036
2036
2037
2037
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r77401
Fix bug discovered in
r77171
from the user data in If-Modified-Since passed b...
platonides
21:59, 28 November 2010
Status & tagging log
16:44, 2 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r77404
[
removed:
new
added:
ok]