mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-22 02:47:27 +08:00
[admin] filter improve & fix ad link
This commit is contained in:
@@ -70,7 +70,7 @@ class HitAndRunRepository extends BaseRepository
|
||||
}
|
||||
|
||||
//If is VIP or above, pass
|
||||
if ($row->user->class >= User::CLASS_VIP) {
|
||||
if ($row->user->class >= HitAndRun::MINIMUM_IGNORE_USER_CLASS) {
|
||||
$result = $this->reachedBySpecialUserClass($row);
|
||||
if ($result) {
|
||||
$successCounts++;
|
||||
|
||||
Reference in New Issue
Block a user