From 15b65258d1cc6fa381ae15f0b3378a01cc350498 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 23 Nov 2010 23:58:57 +0000 Subject: [PATCH] Spaces to tab, add a couple of braces --- includes/api/ApiQueryUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() ) { -- 2.20.1