X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FSiteConfiguration.php;h=82344289e5b093bc62defd0d8731ebc67ea74326;hb=af94bc9c69db033c7308192b42a47a4f27e25878;hp=63c3d34d89c96b1178c0153661fe75a2efb6b238;hpb=c752c43a374a49fe77dacac5a0a514c5a43f838b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/SiteConfiguration.php b/includes/SiteConfiguration.php index 63c3d34d89..82344289e5 100644 --- a/includes/SiteConfiguration.php +++ b/includes/SiteConfiguration.php @@ -317,7 +317,7 @@ class SiteConfiguration { * @return bool The value of the setting requested. */ public function getBool( $setting, $wiki, $suffix = null, $wikiTags = array() ) { - return (bool)($this->get( $setting, $wiki, $suffix, array(), $wikiTags ) ); + return (bool)$this->get( $setting, $wiki, $suffix, array(), $wikiTags ); } /**