diff options
Diffstat (limited to 'mod/bookmarks')
| -rw-r--r-- | mod/bookmarks/start.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/mod/bookmarks/start.php b/mod/bookmarks/start.php index 7d05ae0d1..de7a95e8f 100644 --- a/mod/bookmarks/start.php +++ b/mod/bookmarks/start.php @@ -175,6 +175,7 @@ function bookmarks_page_handler($page) {  				if ($bookmark && elgg_instanceof($bookmark, 'object', 'bookmarks') && $bookmark->canEdit()) {  					$vars['entity'] = $bookmark; +					$context = 'action';  					$content = elgg_view('bookmarks/form', $vars);  				} else {  					$content = elgg_echo('bookmarks:cannot_find_bookmark'); | 
