fix
This commit is contained in:
@@ -52,6 +52,10 @@ class TimestampPlugin extends Plugin
|
||||
return;
|
||||
}
|
||||
|
||||
if ($var < 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (\in_array($var, self::$blacklist, true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user