From 1a86e3321b124d2f01975301a88b8d42381d2339 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Wed, 27 May 2015 21:46:36 -0700 Subject: catch a window that wasn't yet saved when the last checkin occurred --- mod/menu.php | 1 - 1 file changed, 1 deletion(-) (limited to 'mod/menu.php') 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); } } -- cgit v1.2.3