Style fix
authorjeroendedauw <jeroendedauw@gmail.com>
Thu, 27 Sep 2012 19:36:14 +0000 (21:36 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Thu, 27 Sep 2012 19:36:14 +0000 (21:36 +0200)
Change-Id: I6b900924b07b44152fa943d10400fe151b4046c8

includes/resourceloader/ResourceLoaderModule.php

index 1e19d0f..68f4a28 100644 (file)
@@ -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(