Code Duplication    Length = 4-4 lines in 2 locations

classes/PodsInit.php 2 locations

@@ 1205-1208 (lines=4) @@
1202
		global $wpdb;
1203
1204
		// Switch DB table prefixes
1205
		if ( null !== $_blog_id && $_blog_id != $wpdb->blogid ) {
1206
			switch_to_blog( pods_absint( $_blog_id ) );
1207
		} else {
1208
			$_blog_id = null;
1209
		}
1210
1211
		// Setup DB tables
@@ 1284-1287 (lines=4) @@
1281
		global $wpdb;
1282
1283
		// Switch DB table prefixes
1284
		if ( null !== $_blog_id && $_blog_id != $wpdb->blogid ) {
1285
			switch_to_blog( pods_absint( $_blog_id ) );
1286
		} else {
1287
			$_blog_id = null;
1288
		}
1289
1290
		$api = pods_api();