From: jeroendedauw Date: Thu, 27 Sep 2012 19:36:14 +0000 (+0200) Subject: Style fix X-Git-Tag: 1.31.0-rc.0~22248^2 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/rappels.php?a=commitdiff_plain;h=e1101bbb6f666766db1c1fd1c7f437fdcb4d199b;p=lhc%2Fweb%2Fwiklou.git Style fix Change-Id: I6b900924b07b44152fa943d10400fe151b4046c8 --- diff --git a/includes/resourceloader/ResourceLoaderModule.php b/includes/resourceloader/ResourceLoaderModule.php index 1e19d0fa4e..68f4a282ec 100644 --- a/includes/resourceloader/ResourceLoaderModule.php +++ b/includes/resourceloader/ResourceLoaderModule.php @@ -332,8 +332,9 @@ abstract class ResourceLoaderModule { */ public function getMsgBlobMtime( $lang ) { if ( !isset( $this->msgBlobMtime[$lang] ) ) { - if ( !count( $this->getMessages() ) ) + if ( !count( $this->getMessages() ) ) { return 0; + } $dbr = wfGetDB( DB_SLAVE ); $msgBlobMtime = $dbr->selectField( 'msg_resource', 'mr_timestamp', array(