Code Duplication    Length = 5-6 lines in 2 locations

upgrade/cnt-2.2.x-to-2.3.0/index.php 2 locations

@@ 343-348 (lines=6) @@
340
            }
341
342
            $isClone = true;
343
            if ($row['bid'] != $bid) {
344
                $bid       = $row['bid'];
345
                $isClone   = false;
346
                $block_key = null;
347
                $block_key = @$this->_block_lookup($row, $modversion['blocks']);
348
            }
349
            if ($block_key === null) {
350
                continue;
351
            }
@@ 376-380 (lines=5) @@
373
                continue;
374
            }
375
376
            if ($row['bid'] != $bid) {
377
                $bid       = $row['bid'];
378
                $block_key = null;
379
                $block_key = @$this->_block_lookup($row, $modversion['blocks']);
380
            }
381
            if ($block_key === null) {
382
                continue;
383
            }