Code Duplication    Length = 3-3 lines in 2 locations

application/modules/admin/categories.php 2 locations

@@ 142-144 (lines=3) @@
139
                $full_path = $data['url'] . '/';
140
            }
141
142
            if (($this->category_exists($full_path) == TRUE) AND ($action != 'update') AND ($data['url'] != 'core')) {
143
                $data['url'] .= time();
144
            }
145
146
            switch ($action) {
147
                case 'new':
@@ 567-569 (lines=3) @@
564
                    $full_path = $data['url'] . '/';
565
                }
566
567
                if (($this->category_exists($full_path) == TRUE) AND ($action != 'update') AND ($data['url'] != 'core')) {
568
                    $data['url'] .= time();
569
                }
570
571
                $id = $this->cms_admin->create_category($data);
572