Fix for bug #859195: the string '0' evaluates to false in PHP, even when using the...
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Dec 2003 05:14:04 +0000 (05:14 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 14 Dec 2003 05:14:04 +0000 (05:14 +0000)
commite70b34444938844231e32015c08f6c19b87ad974
treea4b24fd374e4898174797226510e0cf83e4fa401
parentb502c51bd30afef38a0cc764d3043a62838fe8f7
Fix for bug #859195: the string '0' evaluates to false in PHP, even when using the empty() function, which can break links in the form [[foo|0]] such that the pipe text is ignored and the link title shows as the text
includes/OutputPage.php