We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20b97a commit 740300fCopy full SHA for 740300f
1 file changed
src/abuse.php
@@ -30,8 +30,6 @@ function abuse()
30
function_requirements('get_server_from_ip');
31
$module = get_module_name('default');
32
$db = get_module_db($module);
33
- $GLOBALS['tf']->accounts->set_db_module($module);
34
- $GLOBALS['tf']->history->set_db_module($module);
35
$logged_in = false;
36
$continue = false;
37
if (isset($GLOBALS['tf']->variables->request['key']) && isset($GLOBALS['tf']->variables->request['id'])) {
0 commit comments