(Bug 26425) Due to r71751, wfTimestamp stopped accepting '' to mean get
authorBrian Wolff <bawolff@users.mediawiki.org>
Sun, 26 Dec 2010 04:38:41 +0000 (04:38 +0000)
committerBrian Wolff <bawolff@users.mediawiki.org>
Sun, 26 Dec 2010 04:38:41 +0000 (04:38 +0000)
commit2b1a4c92d43f4664077e586f0cdc3bdb243ac7ab
treee82bf31e00c6b5784a824ff7f237658acc4d4f5e
parent82e2f7e560ac95ba30dfd08610973ce60387f145
(Bug 26425) Due to r71751, wfTimestamp stopped accepting '' to mean get
current timestamp. This caused Block::__construct to put all sort of
messages in the debug log about invalid timestamp. So change Block to use
timestamp of 0 instead of '' if unspecified.
includes/Block.php