From a87a2d7aca4c586ceb10cbc552ddc46362d26151 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 29 Jun 2009 21:38:01 +0000 Subject: Ref #1015: Correctly placed the end div for access collection delete link. git-svn-id: https://code.elgg.org/elgg/trunk@3364 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/collection.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'views/default/friends/collection.php') diff --git a/views/default/friends/collection.php b/views/default/friends/collection.php index bcb127c4a..f694aaa44 100644 --- a/views/default/friends/collection.php +++ b/views/default/friends/collection.php @@ -27,12 +27,11 @@ echo "
  • "; //as collections are private, check that the logged in user is the owner - if($coll->owner_guid == $_SESSION['user']->getGUID()) { + if(!$coll->owner_guid == $_SESSION['user']->getGUID()) { $confirm = addslashes(elgg_echo('question:areyousure')); echo ""; } - - echo ""; echo $coll->name; echo " ({$count})

    "; -- cgit v1.2.3