fix
This commit is contained in:
parent
44998b7575
commit
92b38404e2
@ -471,7 +471,7 @@ class AddReward {
|
|||||||
$status = 1;
|
$status = 1;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($row['active_time'] > 0 && $row['active_time'] < time() + $time * 3600) {
|
if ($row['active_time'] < time() + $time * 3600) {
|
||||||
$nowTime = time() + $time * 3600;
|
$nowTime = time() + $time * 3600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user