Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1030-1034 (lines=5) @@
1027
        } else {
1028
            $limit = 0;
1029
        }
1030
        if (!empty($options['start'])) {
1031
            $start = (int)$options['start'];
1032
        } else {
1033
            $start = 0;
1034
        }
1035
        if ($limit || $start) {
1036
            $query->limit($start, $limit);
1037
        }
@@ 1141-1145 (lines=5) @@
1138
        } else {
1139
            $limit = 0;
1140
        }
1141
        if (!empty($options['start'])) {
1142
            $start = (int)$options['start'];
1143
        } else {
1144
            $start = 0;
1145
        }
1146
        if ($limit || $start) {
1147
            $query->limit($start, $limit);
1148
        }