diff options
Diffstat (limited to 'mod/menu.php')
-rw-r--r-- | mod/menu.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/menu.php b/mod/menu.php index ad47ad1fd..bfc45adef 100644 --- a/mod/menu.php +++ b/mod/menu.php @@ -48,7 +48,7 @@ function menu_post(&$a) { $r = menu_create($_REQUEST); if($r) { menu_sync_packet($uid,get_observer_hash(),$r); - + //info( t('Menu created.') . EOL); goaway(z_root() . '/mitem/' . $r . (($a->is_sys) ? '?f=&sys=1' : '')); } @@ -59,6 +59,8 @@ function menu_post(&$a) { } + + function menu_content(&$a) { $uid = local_channel(); |