Code Duplication    Length = 3-4 lines in 2 locations

classes/class-lsx-wetu-importer-tours.php 2 locations

@@ 1097-1100 (lines=4) @@
1094
								//Set the featured image
1095
								if ( false !== $importable_content && in_array( 'featured_image', $importable_content ) ) {
1096
									$image_set = $this->set_featured_image( $adata, $tour );
1097
									if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) {
1098
										$image_set = $this->set_banner_image( $adata, $tour );
1099
										$forced = true;
1100
									}
1101
									continue;
1102
								}
1103
								if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) {
@@ 1103-1105 (lines=3) @@
1100
									}
1101
									continue;
1102
								}
1103
								if ( false !== $importable_content && in_array( 'banner_image', $importable_content ) ) {
1104
									$image_set = $this->set_banner_image( $adata, $tour );
1105
								}
1106
							}
1107
						}
1108
					} else {