Index: trunk/phase3/includes/api/ApiQueryUsers.php |
— | — | @@ -165,7 +165,7 @@ |
166 | 166 | $result->setIndexedTagName( $data[$name]['rights'], 'r' ); |
167 | 167 | } |
168 | 168 | |
169 | | - if ( isset( $this->prop['blockinfo'] ) && !is_null( $row->blocker_name ) ) { |
| 169 | + if ( isset( $this->prop['blockinfo'] ) && !is_null( $row->ipb_by_text ) ) { |
170 | 170 | $data[$name]['blockedby'] = $row->ipb_by_text; |
171 | 171 | $data[$name]['blockreason'] = $row->ipb_reason; |
172 | 172 | $data[$name]['blockexpiry'] = $row->ipb_expiry; |