From: Sam Reed Date: Thu, 24 Feb 2011 20:46:45 +0000 (+0000) Subject: Fixup one missed alias rename from r82739 X-Git-Tag: 1.31.0-rc.0~31785 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=448ab3b78d1e991156da0696381f84f9ba54673c;p=lhc%2Fweb%2Fwiklou.git Fixup one missed alias rename from r82739 --- 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;