Code Duplication    Length = 3-3 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 596-598 (lines=3) @@
593
                $info['col'] = static::colPrefix() . $info['col'];
594
            }
595
        }
596
        if (!empty(static::$labels[$info['rawCol']])) {
597
            $info['label'] = static::$labels[$info['rawCol']];
598
        }
599
        return $info;
600
    }
601
@@ 581-583 (lines=3) @@
578
            }
579
        } else {
580
            $cols = static::cols();
581
            if (!empty(static::$labels[$info['col']])) {
582
                $info['label'] = static::$labels[$info['col']];
583
            }
584
585
            if (isset(static::$cols[$info['col']])) {
586
                $info['colParams'] = static::$cols[$info['col']];