Skip to content

Commit

Permalink
Missed one place (Fixes #13 again)
Browse files Browse the repository at this point in the history
Signed-off-by: jdarwood007 <unmonitored+github@sleepycode.com>
  • Loading branch information
jdarwood007 committed Aug 20, 2017
1 parent 2b73ab2 commit d91487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth_SMF.php
Expand Up @@ -838,7 +838,7 @@ public function isNotBanned($id_member)
if (empty($smf_settings['debug_wiki']) && isset($_SESSION['smf_iNB_t'], $_SESSION['smf_iNB']) && time() < ($_SESSION['smf_iNB_t'] + 900))
return $_SESSION['smf_iNB'] ? true : false;

$request = $this->query("
$request = $this->db_query("
SELECT id_ban
FROM $smf_settings[db_prefix]ban_items AS i
LEFT JOIN $smf_settings[db_prefix]ban_groups AS g
Expand Down

0 comments on commit d91487f

Please sign in to comment.