aboutsummaryrefslogtreecommitdiff
path: root/views/default/core/friends/collection.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/core/friends/collection.php')
-rw-r--r--views/default/core/friends/collection.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/core/friends/collection.php b/views/default/core/friends/collection.php
index dac98bc5d..b7913da5f 100644
--- a/views/default/core/friends/collection.php
+++ b/views/default/core/friends/collection.php
@@ -25,7 +25,7 @@ if ($coll->owner_guid == elgg_get_logged_in_user_guid()) {
'href' => 'action/friends/collections/delete?collection=' . $coll->id,
'class' => 'delete_collection',
'text' => elgg_view_icon('delete'),
- 'text_encode' => false,
+ 'encode_text' => false,
));
echo "</div>";
}