aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/index.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-04 09:36:08 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-04 09:36:08 +0000
commitbaf5f948dd6c3f14340496bf36fa9c2a85a4f910 (patch)
tree61fde0e90157fd7b3318cb27c9c161c02b888f5a /mod/bookmarks/index.php
parent5831aeef5e747f7d4e14d9d255a401adf395e5e6 (diff)
downloadelgg-baf5f948dd6c3f14340496bf36fa9c2a85a4f910.tar.gz
elgg-baf5f948dd6c3f14340496bf36fa9c2a85a4f910.tar.bz2
Merged missing Bookmarks interface modifications
git-svn-id: http://code.elgg.org/elgg/trunk@5274 36083f99-b078-4883-b0ff-0f9b5a30f544
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");
}