]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
need to unset the trusted link key
authorCash Costello <cash.costello@gmail.com>
Sun, 13 Nov 2011 21:20:03 +0000 (16:20 -0500)
committerCash Costello <cash.costello@gmail.com>
Sun, 13 Nov 2011 21:20:03 +0000 (16:20 -0500)
views/default/output/confirmlink.php

index 953c15f1bd0f35f4ea07c90ec53754a457d56751..532790a38870c14a8c9e6640a39440f99f240efe 100644 (file)
@@ -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>";