menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking)
This commit is contained in:
@@ -22,7 +22,7 @@ function menu_post(&$a) {
|
||||
}
|
||||
else {
|
||||
$r = menu_create($_REQUEST);
|
||||
if($r) {
|
||||
if($r) {
|
||||
info( t('Menu created.') . EOL);
|
||||
goaway(z_root() . '/mitem/' . $r);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user