aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/bookmarks/index.php')
-rw-r--r--mod/bookmarks/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/bookmarks/index.php b/mod/bookmarks/index.php
index f319ceb63..1fbb03186 100644
--- a/mod/bookmarks/index.php
+++ b/mod/bookmarks/index.php
@@ -46,8 +46,6 @@ if(page_owner() != get_loggedin_user()->guid){
$area3 = elgg_view('bookmarks/ownerblock');
}else{
if(isloggedin()){
- //include a view for plugins to extend
- $area3 = elgg_view("bookmarks/favourite", array("object_type" => 'bookmarks'));
// if logged in, get the bookmarklet
$area3 .= elgg_view("bookmarks/bookmarklet_menu_option");
}