Code Duplication    Length = 5-5 lines in 2 locations

system/Inji/Model.php 2 locations

@@ 1403-1407 (lines=5) @@
1400
            $storage['scheme'][$classPath[1]]['ai'] = $id + 1;
1401
            $storage[$classPath[1]][] = $this->_params;
1402
        }
1403
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1404
            $moduleConfig['storage'][$appType] = $storage;
1405
        } else {
1406
            $moduleConfig['storage'] = $storage;
1407
        }
1408
        if (empty(static::$storage['options']['share'])) {
1409
            Config::save('module', $moduleConfig, $classPath[0]);
1410
        } else {
@@ 1600-1604 (lines=5) @@
1597
                break;
1598
            }
1599
        }
1600
        if (!empty($moduleConfig['storage']['appTypeSplit'])) {
1601
            $moduleConfig['storage'][$appType] = $storage;
1602
        } else {
1603
            $moduleConfig['storage'] = $storage;
1604
        }
1605
        if (empty(static::$storage['options']['share'])) {
1606
            Config::save('module', $moduleConfig, $classPath[0]);
1607
        } else {