Index: includes/menu.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/menu.inc,v
retrieving revision 1.74
diff -u -F^f -r1.74 menu.inc
--- includes/menu.inc	19 Jan 2005 21:57:58 -0000	1.74
+++ includes/menu.inc	21 Jan 2005 20:04:41 -0000
@@ -532,7 +532,7 @@ function menu_rebuild() {
       }
     }
 
-    if (count($new_items) > 1) {
+    if (count($new_items) >= 1) {
       foreach ($new_items as $item) {
         db_query('INSERT INTO {menu} (mid, pid, path, title, description, weight, type) VALUES (%d, %d, \'%s\', \'%s\', \'%s\', %d, %d)', $item['mid'], $item['pid'], $item['path'], $item['title'], $item['description'], $item['weight'], $item['type']);
       }
