diff options
Diffstat (limited to 'mod/bookmarks/all.php')
-rw-r--r-- | mod/bookmarks/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/all.php b/mod/bookmarks/all.php index 02efa69cb..6f9a898b5 100644 --- a/mod/bookmarks/all.php +++ b/mod/bookmarks/all.php @@ -29,7 +29,7 @@ set_context('bookmarks'); // if logged in, get the bookmarklet if(isloggedin()){ - $area3 = elgg_view("bookmarks/bookmarklet_menu_option"); + $area3 = elgg_view("bookmarks/bookmarklet"); } //include a view for plugins to extend $area3 .= elgg_view("bookmarks/sidebar_options", array("object_type" => 'bookmarks')); |