diff options
Diffstat (limited to 'mod/bookmarks/index.php')
-rw-r--r-- | mod/bookmarks/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/index.php b/mod/bookmarks/index.php index 1fbb03186..042ac7346 100644 --- a/mod/bookmarks/index.php +++ b/mod/bookmarks/index.php @@ -47,7 +47,7 @@ if(page_owner() != get_loggedin_user()->guid){ }else{ if(isloggedin()){ // if logged in, get the bookmarklet - $area3 .= elgg_view("bookmarks/bookmarklet_menu_option"); + $area3 .= elgg_view("bookmarks/bookmarklet"); } } //include a view for plugins to extend |