Code Duplication    Length = 5-5 lines in 2 locations

htdocs/modules/system/class/form/preferences.php 1 location

@@ 79-83 (lines=5) @@
76
            );
77
        }
78
79
        foreach (array_keys($configNames) as $name) {
80
            if (!isset($configNames[$name]['category'])) {
81
                $configNames[$name]['category'] = 'default';
82
            }
83
        }
84
85
        $tabTray = new Xoops\Form\TabTray('', 'pref_tabtay');
86
        $tabs = array();

htdocs/modules/userconfigs/class/form/configs.php 1 location

@@ 73-77 (lines=5) @@
70
                );
71
            }
72
73
            foreach (array_keys($configNames) as $name) {
74
                if (!isset($configNames[$name]['category'])) {
75
                    $configNames[$name]['category'] = 'default';
76
                }
77
            }
78
79
            $tabTray = new Xoops\Form\TabTray('', 'pref_tabtay');
80
            $tabs = array();