diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-13 16:20:03 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-11-16 19:53:04 -0500 |
commit | 7904f4c40fb4f2520524c151a1e71569a3993f58 (patch) | |
tree | 3539d570a612f95038b25176f1fa64ae0cf2a928 /views/default/output | |
parent | 0ec65a0130347b3b846628e9e59a1f1cbf0f0e06 (diff) | |
download | elgg-7904f4c40fb4f2520524c151a1e71569a3993f58.tar.gz elgg-7904f4c40fb4f2520524c151a1e71569a3993f58.tar.bz2 |
need to unset the trusted link key
Diffstat (limited to 'views/default/output')
-rw-r--r-- | views/default/output/confirmlink.php | 1 |
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>"; |