Follow up r77401.
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index 07af801..80093ca 100644 (file)
@@ -2030,7 +2030,7 @@ function wfTimestamp( $outputtype = TS_UNIX, $ts = 0 ) {
                # Bogus value; fall back to the epoch...
                wfDebug("wfTimestamp() fed bogus time value: $outputtype; $ts\n");
                
-               return null;
+               return false;
        }