From: Roan Kattouw Date: Sat, 2 Jan 2010 21:49:39 +0000 (+0000) Subject: Fix coding style X-Git-Tag: 1.31.0-rc.0~38436 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=ab220c9bcf72e86abd5e55c90b87dee372fd42a6;p=lhc%2Fweb%2Fwiklou.git Fix coding style --- diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index b167f915e4..4337f9830f 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -948,11 +948,9 @@ class LoginForm { } //Changes the title depending on permissions for creating account - if ($wgUser->isAllowed( 'createaccount' )) - { + if ( $wgUser->isAllowed( 'createaccount' ) ) { $wgOut->setPageTitle( wfMsg( 'userlogin' ) ); - } else - { + } else { $wgOut->setPageTitle( wfMsg( 'userloginnocreate' ) ); }