We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fc3b51 commit 0d43e62Copy full SHA for 0d43e62
1 file changed
src/abuse.php
@@ -65,8 +65,6 @@ function_requirements('abuse_admin');
65
');
66
} else {
67
$smarty = new TFSmarty();
68
- foreach (['strtoupper', 'in_array', 'json_encode'] as $function)
69
- $smarty->registerPlugin('modifier', $function, $function);
70
page_title('Manage Abuse Complaints');
71
if (isset($GLOBALS['tf']->variables->request['id'])) {
72
$id = (int)$GLOBALS['tf']->variables->request['id'];
0 commit comments