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:
friendica
2013-08-13 20:57:03 -07:00
parent 680baff73d
commit 9508967c73
7 changed files with 133 additions and 26 deletions

View File

@@ -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);
}