From: Cash Costello Date: Sun, 13 Nov 2011 21:20:03 +0000 (-0500) Subject: need to unset the trusted link key X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7904f4c40fb4f2520524c151a1e71569a3993f58;p=lorea%2Felgg.git need to unset the trusted link key --- 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 "$text";