Code Duplication    Length = 3-3 lines in 2 locations

includes/api/ApiQueryInfo.php 2 locations

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