catch a window that wasn't yet saved when the last checkin occurred

This commit is contained in:
redmatrix 2015-05-27 21:46:36 -07:00
parent 12c17f1265
commit 1a86e3321b

View File

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