Skip to content

Commit 740300f

Browse files
committed
more updates removing set db module calls
1 parent e20b97a commit 740300f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/abuse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ function abuse()
3030
function_requirements('get_server_from_ip');
3131
$module = get_module_name('default');
3232
$db = get_module_db($module);
33-
$GLOBALS['tf']->accounts->set_db_module($module);
34-
$GLOBALS['tf']->history->set_db_module($module);
3533
$logged_in = false;
3634
$continue = false;
3735
if (isset($GLOBALS['tf']->variables->request['key']) && isset($GLOBALS['tf']->variables->request['id'])) {

0 commit comments

Comments
 (0)