edit bookmarks

This commit is contained in:
friendica
2014-02-18 14:26:23 -08:00
parent 0b4aa5a39c
commit 9a51f8ce65
7 changed files with 18 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ function bookmarks_content(&$a) {
if($x) {
foreach($x as $xx) {
$y = menu_fetch($xx['menu_name'],local_user(),get_observer_hash());
$o .= menu_render($y);
$o .= menu_render($y,true);
}
}
@@ -69,7 +69,7 @@ function bookmarks_content(&$a) {
if($x) {
foreach($x as $xx) {
$y = menu_fetch($xx['menu_name'],local_user(),get_observer_hash());
$o .= menu_render($y);
$o .= menu_render($y,true);
}
}