aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-07-12 01:04:57 +0200
committerMario Vavti <mario@mariovavti.com>2015-07-12 01:04:57 +0200
commitf81874ca49a4a414b359a488b82fd4c274b24472 (patch)
tree7de4b290d58069adf5f3412d1acf57603608a170 /mod
parent6ca4240d96280f5fbc26f7f7f8b1372727014e88 (diff)
downloadvolse-hubzilla-f81874ca49a4a414b359a488b82fd4c274b24472.tar.gz
volse-hubzilla-f81874ca49a4a414b359a488b82fd4c274b24472.tar.bz2
volse-hubzilla-f81874ca49a4a414b359a488b82fd4c274b24472.zip
fix sys channel menu in a morre standard way
Diffstat (limited to 'mod')
-rw-r--r--mod/menu.php4
-rw-r--r--mod/mitem.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/mod/menu.php b/mod/menu.php
index 92ddf5a5f..d45405005 100644
--- a/mod/menu.php
+++ b/mod/menu.php
@@ -37,7 +37,7 @@ function menu_post(&$a) {
$_REQUEST['menu_id'] = intval(argv(1));
$r = menu_edit($_REQUEST);
if($r) {
- //info( t('Menu updated.') . EOL);
+ info( t('Menu updated.') . EOL);
goaway(z_root() . '/mitem/' . $menu_id . (($a->is_sys) ? '?f=&sys=1' : ''));
}
else
@@ -46,7 +46,7 @@ function menu_post(&$a) {
else {
$r = menu_create($_REQUEST);
if($r) {
- //info( t('Menu created.') . EOL);
+ info( t('Menu created.') . EOL);
goaway(z_root() . '/mitem/' . $r . (($a->is_sys) ? '?f=&sys=1' : ''));
}
else
diff --git a/mod/mitem.php b/mod/mitem.php
index e3341f5de..ee2de1cf8 100644
--- a/mod/mitem.php
+++ b/mod/mitem.php
@@ -149,7 +149,6 @@ function mitem_content(&$a) {
$create = replace_macros(get_markup_template('mitemedit.tpl'), array(
'$menu_id' => $a->data['menu']['menu_id'],
- '$action' => 'mitem/' . $a->data['menu']['menu_id'] . (($a->is_sys) ? '?f=&sys=1' : ''),
'$permissions' => t('Menu Item Permissions'),
'$permdesc' => t("\x28click to open/close\x29"),
'$aclselect' => populate_acl($perm_defaults,false),
@@ -162,7 +161,8 @@ function mitem_content(&$a) {
'$submit_more' => t('Submit and continue'),
'$display' => $display,
'$lockstate' => $lockstate,
- '$menu_names' => $menu_names
+ '$menu_names' => $menu_names,
+ '$sys' => $a->is_sys
));
$o .= replace_macros(get_markup_template('mitemlist.tpl'),array(