1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 20:51:50 +01:00

claim.html wrong account bug fix

This commit is contained in:
8chan 2014-12-03 00:12:38 -08:00
parent b9dace7563
commit 8cc378eaf1

View File

@ -16,7 +16,7 @@ function last_activity($board) {
$last_activity_date->setTimestamp($row['time']);
$query = query("SELECT id, username FROM mods WHERE boards = '$board'");
$query = query("SELECT id, username FROM mods WHERE boards = '$board' AND type = 20");
$mods = $query->fetchAll();
if ($mods) {