aboutsummaryrefslogtreecommitdiff
path: root/views/default/output/confirmlink.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-11-13 16:20:03 -0500
committercash <cash.costello@gmail.com>2011-11-16 19:53:04 -0500
commit7904f4c40fb4f2520524c151a1e71569a3993f58 (patch)
tree3539d570a612f95038b25176f1fa64ae0cf2a928 /views/default/output/confirmlink.php
parent0ec65a0130347b3b846628e9e59a1f1cbf0f0e06 (diff)
downloadelgg-7904f4c40fb4f2520524c151a1e71569a3993f58.tar.gz
elgg-7904f4c40fb4f2520524c151a1e71569a3993f58.tar.bz2
need to unset the trusted link key
Diffstat (limited to 'views/default/output/confirmlink.php')
-rw-r--r--views/default/output/confirmlink.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/output/confirmlink.php b/views/default/output/confirmlink.php
index 953c15f1b..532790a38 100644
--- a/views/default/output/confirmlink.php
+++ b/views/default/output/confirmlink.php
@@ -41,6 +41,7 @@ if (isset($vars['class'])) {
unset($vars['encode_text']);
unset($vars['text']);
unset($vars['confirm']);
+unset($vars['is_trusted']);
$attributes = elgg_format_attributes($vars);
echo "<a $attributes>$text</a>";