From: Sam Reed Date: Tue, 23 Nov 2010 23:58:57 +0000 (+0000) Subject: Spaces to tab, add a couple of braces X-Git-Tag: 1.31.0-rc.0~33749 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=15b65258d1cc6fa381ae15f0b3378a01cc350498;p=lhc%2Fweb%2Fwiklou.git Spaces to tab, add a couple of braces --- diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index 69bd9fd3dd..9eaaf958fd 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -147,7 +147,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { if ( isset( $this->prop['blockinfo'] ) && !is_null( $row->blocker_name ) ) { $data[$name]['blockedby'] = $row->blocker_name; $data[$name]['blockreason'] = $row->ipb_reason; - $data[$name]['blockexpiry'] = $row->ipb_expiry; + $data[$name]['blockexpiry'] = $row->ipb_expiry; } if ( isset( $this->prop['emailable'] ) && $user->canReceiveEmail() ) {