--- checklist.module    5 Jul 2006 14:50:20 -0000       1.3
+++ checklist.module    28 Jul 2006 16:42:30 -0000
@@ -35,6 +35,11 @@

   if ($may_cache) {
     $items[] = array(
+      'path' => 'node/add/checklist',
+      'title' => t('checklist item'),
+      'access' => user_access('administer checklists'),
+    );
+    $items[] = array(
       'path' => 'checklist',
       'title' => t('my checklists'),
       'access' => _checklist_is_visible(),
