Browse Source

fixed bug in cached bans

pull/40/head
Savetheinternet 13 years ago
parent
commit
9f88a742ef
  1. 2
      inc/mod.php

2
inc/mod.php

@ -276,7 +276,7 @@
function removeBan($id) {
global $config;
global $config, $memcached;
$query = prepare("DELETE FROM `bans` WHERE `id` = :id");
$query->bindValue(':id', $id, PDO::PARAM_INT);

Loading…
Cancel
Save