diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-11-13 16:20:03 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-11-13 16:20:03 -0500 |
commit | e8006ee9715b8c615f4670d8e6b10b3dd8bbd459 (patch) | |
tree | b858851606f3ef0a49150501ce98b2ce80d58d82 /views/default | |
parent | 08c5b507bbaf4937ff637bd138f64119873e2922 (diff) | |
download | elgg-e8006ee9715b8c615f4670d8e6b10b3dd8bbd459.tar.gz elgg-e8006ee9715b8c615f4670d8e6b10b3dd8bbd459.tar.bz2 |
need to unset the trusted link key
Diffstat (limited to 'views/default')
-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>"; |