Index: trunk/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -255,7 +255,7 @@ |
256 | 256 | $this->addFields( 'ts_tags' ); |
257 | 257 | } |
258 | 258 | |
259 | | - if ( !is_null( $this->params['tag'] ) ) { |
| 259 | + if ( isset( $this->params['tag'] ) ) { |
260 | 260 | $this->addTables( 'change_tag' ); |
261 | 261 | $this->addJoinConds( array( 'change_tag' => array( 'INNER JOIN', array( 'rev_id=ct_rev_id' ) ) ) ); |
262 | 262 | $this->addWhereFld( 'ct_tag', $this->params['tag'] ); |