X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FGlobalFunctions.php;h=6e8ce8f2c82b5841a92a38bdbabe4ae23220efcb;hb=316b4a404bfbcd91c78e9d3a94e81c69d58a4909;hp=0360d19731afb81e15eacd5fcfcfe5f56c45cb73;hpb=b35ff1b4eea3ed5f290398d4dd9efb27b9348ac1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 0360d19731..6e8ce8f2c8 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -2033,7 +2033,7 @@ function wfTimestampOrNull( $outputtype = TS_UNIX, $ts = null ) { */ function wfTimestampNow() { # return NOW - return MWTimestamp::convert( TS_MW, time() ); + return MWTimestamp::now( TS_MW ); } /**