Code Duplication    Length = 1-1 lines in 2 locations

www/engine/System/Classes/Modules/Install/Utils/Tables.php 2 locations

@@ 106-106 (lines=1) @@
103
104
			# Process insertion
105
106
			if (!(DB::insert(TABLE_PAGES, $pages, true) && DB::getLast()->status)) return false;
107
108
			self::fillRelationsTable(TABLE_PAGES_RELATIONS, count($pages));
109
@@ 141-141 (lines=1) @@
138
139
			# Process insertion
140
141
			if (!(DB::insert(TABLE_MENU, $menu, true) && DB::getLast()->status)) return false;
142
143
			self::fillRelationsTable(TABLE_MENU_RELATIONS, count($menu));
144