Fix YET ANOTHER PHP WEAK TYPING BUG
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 6 Sep 2009 15:08:10 +0000 (15:08 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 6 Sep 2009 15:08:10 +0000 (15:08 +0000)
commit1cdedb1d44c9075ce1e07ed79dbbed2cd4ee83d3
tree79e68b397ef8b09bc8009f263f9abcce1889f8f8
parente476e9731487905044a0aed74288aeeee64d6fe5
Fix YET ANOTHER PHP WEAK TYPING BUG

Literal "0" was getting quoted.  Because, of course, 0 is equal to the
empty string.
includes/Html.php