From 2820a231076cc640d2de867faeba2e1a3d45a402 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 20:59:56 +0000 Subject: Refs #2463: Removed some more instances of $CONFIG->url. Added support for elgg_normalize_url to elgg_add_action_tokens_to_url git-svn-id: http://code.elgg.org/elgg/trunk@7200 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/friends/collection.php') diff --git a/views/default/friends/collection.php b/views/default/friends/collection.php index 636d2ab5c..9981dd291 100644 --- a/views/default/friends/collection.php +++ b/views/default/friends/collection.php @@ -25,7 +25,7 @@ echo "
  • "; if ($coll->owner_guid == get_loggedin_userid()) { echo "
    "; echo elgg_view('output/confirmlink', array( - 'href' => elgg_get_site_url() . 'action/friends/deletecollection?collection=' . $coll->id, + 'href' => 'action/friends/deletecollection?collection=' . $coll->id, 'class' => 'delete_collection' )); echo "
    "; -- cgit v1.2.3