From: Tim Starling Date: Wed, 6 Feb 2008 16:53:21 +0000 (+0000) Subject: typo, thanks ialex X-Git-Tag: 1.31.0-rc.0~49580 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e91d944a661e5784277d7a11629a4241dc9820b9;p=lhc%2Fweb%2Fwiklou.git typo, thanks ialex --- diff --git a/includes/SiteConfiguration.php b/includes/SiteConfiguration.php index 9efa63a4dd..beeeaf152b 100644 --- a/includes/SiteConfiguration.php +++ b/includes/SiteConfiguration.php @@ -83,7 +83,7 @@ class SiteConfiguration { /** */ function getBool( $setting, $wiki, $suffix, $wikiTags = array() ) { - return (bool)($this->get( $setting, $wiki, $suffix, $wikiTags ) ); + return (bool)($this->get( $setting, $wiki, $suffix, array(), $wikiTags ) ); } /** */