This commit is contained in:
Shish
2019-11-29 18:16:31 +00:00
parent 4e03d3cce3
commit a07220d29b
2 changed files with 10 additions and 10 deletions

View File

@ -122,7 +122,7 @@ class NotATag extends Extension
$t = new NotATagTable($database->raw_db());
$t->token = $user->get_auth_token();
$t->inputs = $_GET;
$this->theme->display_bans($page, $t->table($t->query()), $t->paginator());
$this->theme->display_untags($page, $t->table($t->query()), $t->paginator());
}
}
}