Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1268-1272 (lines=5) @@
1265
        } else {
1266
            $limit = 0;
1267
        }
1268
        if (!empty($options['start'])) {
1269
            $start = (int) $options['start'];
1270
        } else {
1271
            $start = 0;
1272
        }
1273
        if ($limit || $start) {
1274
            $query->limit($start, $limit);
1275
        }
@@ 964-968 (lines=5) @@
961
        } else {
962
            $limit = 0;
963
        }
964
        if (!empty($options['start'])) {
965
            $start = (int) $options['start'];
966
        } else {
967
            $start = 0;
968
        }
969
        if ($limit || $start) {
970
            $query->limit($start, $limit);
971
        }