From 448ab3b78d1e991156da0696381f84f9ba54673c Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Thu, 24 Feb 2011 20:46:45 +0000 Subject: [PATCH] Fixup one missed alias rename from r82739 --- 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 818b681ae7..4fec5ad57f 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -165,7 +165,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { $result->setIndexedTagName( $data[$name]['rights'], 'r' ); } - if ( isset( $this->prop['blockinfo'] ) && !is_null( $row->blocker_name ) ) { + if ( isset( $this->prop['blockinfo'] ) && !is_null( $row->ipb_by_text ) ) { $data[$name]['blockedby'] = $row->ipb_by_text; $data[$name]['blockreason'] = $row->ipb_reason; $data[$name]['blockexpiry'] = $row->ipb_expiry; -- 2.20.1