forked from GithubBackups/vichan
Bug fix: boards with no board owners weren't showing in claims
This commit is contained in:
parent
3ab6489154
commit
843cc8956f
@ -36,7 +36,7 @@ function last_activity($board) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($mods and ($last_activity_date < $ago or ($last_mod_date and $last_mod_date < $mod_ago))) {
|
if (($last_activity_date < $ago or ($last_mod_date and $last_mod_date < $mod_ago))) {
|
||||||
return array($last_activity_date, $last_mod_date, $mods);
|
return array($last_activity_date, $last_mod_date, $mods);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user