catch a window that wasn't yet saved when the last checkin occurred
This commit is contained in:
parent
12c17f1265
commit
1a86e3321b
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user