Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 961-965 (lines=5) @@
958
        } else {
959
            $limit = 0;
960
        }
961
        if (!empty($options['start'])) {
962
            $start = (int) $options['start'];
963
        } else {
964
            $start = 0;
965
        }
966
        if ($limit || $start) {
967
            $query->limit($start, $limit);
968
        }
@@ 1255-1259 (lines=5) @@
1252
        } else {
1253
            $limit = 0;
1254
        }
1255
        if (!empty($options['start'])) {
1256
            $start = (int) $options['start'];
1257
        } else {
1258
            $start = 0;
1259
        }
1260
        if ($limit || $start) {
1261
            $query->limit($start, $limit);
1262
        }