From 9059bf8de4409ca3128dfe36347bd3c6dd0797e2 Mon Sep 17 00:00:00 2001 From: Karl Burkhart Date: Mon, 22 Nov 2010 16:05:28 +0000 Subject: [PATCH] --- include/tw/wawi_menu_main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tw/wawi_menu_main.inc.php b/include/tw/wawi_menu_main.inc.php index 8f97cb20a..61c954b60 100644 --- a/include/tw/wawi_menu_main.inc.php +++ b/include/tw/wawi_menu_main.inc.php @@ -47,7 +47,7 @@ $menu=array 'Bestellung'=>array ( 'name'=>'Bestellung', 'permissions'=>array('wawi/bestellung'),'link'=>'bestellung.php?method=suche', 'target'=>'content', - 'BestellungNeu'=>array('name'=>'Neu', 'link'=>'bestellung.php?mehtod=update', 'target'=>'content'), + 'BestellungNeu'=>array('name'=>'Neu', 'link'=>'bestellung.php?method=new', 'target'=>'content'), ), ) );