aboutsummaryrefslogtreecommitdiffstats
path: root/mod/menu.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-27 21:46:36 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-27 21:46:36 -0700
commit1a86e3321b124d2f01975301a88b8d42381d2339 (patch)
tree1d8538ec40f9c81a8bc401405be2d15ae23a303f /mod/menu.php
parent12c17f12655d92ef6ec5065fa04e13bc19b68faa (diff)
downloadvolse-hubzilla-1a86e3321b124d2f01975301a88b8d42381d2339.tar.gz
volse-hubzilla-1a86e3321b124d2f01975301a88b8d42381d2339.tar.bz2
volse-hubzilla-1a86e3321b124d2f01975301a88b8d42381d2339.zip
catch a window that wasn't yet saved when the last checkin occurred
Diffstat (limited to 'mod/menu.php')
-rw-r--r--mod/menu.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/menu.php b/mod/menu.php
index 7714b8021..63aeaa5e3 100644
--- a/mod/menu.php
+++ b/mod/menu.php
@@ -81,7 +81,6 @@ function menu_content(&$a) {
$m = menu_fetch($x[$y]['menu_name'],$uid,get_observer_hash());
if($m)
$x[$y]['element'] = '[element]' . base64url_encode(json_encode(menu_element($m))) . '[/element]';
-
$x[$y]['bookmark'] = (($x[$y]['menu_flags'] & MENU_BOOKMARK) ? true : false);
}
}