? 534330-token.patch
? 552418-edit-own-nodes.patch
? 5x-hook.patch
? 5x-menu.patch
? test.patch
Index: menu_node_edit.page.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/menu_node_edit/menu_node_edit.page.inc,v
retrieving revision 1.1
diff -u -p -r1.1 menu_node_edit.page.inc
--- menu_node_edit.page.inc	8 May 2009 14:01:36 -0000	1.1
+++ menu_node_edit.page.inc	15 Oct 2009 22:11:23 -0000
@@ -130,7 +130,7 @@ function menu_node_edit_user_create_cont
   $options = array('query' => array('section' => $plid));
   foreach ($types as $type => $value) {
     if (user_access('administer nodes') || user_access('create '. $type .' content', $account)) {
-      $allowed[] = l(t('Create new !type', array('!type' => $value->name)), 'node/add/'. $type, $options);
+      $allowed[] = l(t('Create new !type', array('!type' => $value->name)), 'node/add/'. str_replace('_', '-', $type), $options);
     }
   }
   if (empty($allowed)) {
