Code Duplication    Length = 3-3 lines in 2 locations

includes/api/ApiQueryInfo.php 2 locations

@@ 481-483 (lines=3) @@
478
			}
479
		}
480
481
		if ( $this->fld_talkid && isset( $this->talkids[$ns][$dbkey] ) ) {
482
			$pageInfo['talkid'] = $this->talkids[$ns][$dbkey];
483
		}
484
485
		if ( $this->fld_subjectid && isset( $this->subjectids[$ns][$dbkey] ) ) {
486
			$pageInfo['subjectid'] = $this->subjectids[$ns][$dbkey];
@@ 485-487 (lines=3) @@
482
			$pageInfo['talkid'] = $this->talkids[$ns][$dbkey];
483
		}
484
485
		if ( $this->fld_subjectid && isset( $this->subjectids[$ns][$dbkey] ) ) {
486
			$pageInfo['subjectid'] = $this->subjectids[$ns][$dbkey];
487
		}
488
489
		if ( $this->fld_url ) {
490
			$pageInfo['fullurl'] = wfExpandUrl( $title->getFullURL(), PROTO_CURRENT );