summaryrefslogtreecommitdiff
path: root/modules/recent_changes/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/recent_changes/module.php')
-rw-r--r--modules/recent_changes/module.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/recent_changes/module.php b/modules/recent_changes/module.php
index 88d8abbd6f..f6d36929da 100644
--- a/modules/recent_changes/module.php
+++ b/modules/recent_changes/module.php
@@ -72,7 +72,7 @@ class recent_changes_WT_Module extends WT_Module implements WT_Module_Block {
} else {
$name = WT_USER_NAME;
}
- $title .= "<a href=\"javascript: configure block\" onclick=\"window.open('".encode_url("index_edit.php?action=configure&amp;ctype={$ctype}&amp;block_id={$block_id}")."', '_blank', 'top=50,left=50,width=600,height=350,scrollbars=1,resizable=1'); return false;\">";
+ $title .= "<a href=\"javascript: configure block\" onclick=\"window.open('index_edit.php?action=configure&amp;ctype={$ctype}&amp;block_id={$block_id}', '_blank', 'top=50,left=50,width=600,height=350,scrollbars=1,resizable=1'); return false;\">";
$title .= "<img class=\"adminicon\" src=\"".$WT_IMAGES["admin"]."\" width=\"15\" height=\"15\" border=\"0\" alt=\"".i18n::translate('Configure')."\" /></a>";
}
$title.= i18n::translate('Recent Changes').help_link('recent_changes', $this->getName());
@@ -154,4 +154,3 @@ class recent_changes_WT_Module extends WT_Module implements WT_Module_Block {
echo '</td></tr>';
}
}
-?>