mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Possible fix for another strange non-reproducible PHP bug
This commit is contained in:
parent
ee87e090ea
commit
a5044fe044
@ -280,7 +280,7 @@ class Page {
|
||||
$done = true;
|
||||
}
|
||||
}
|
||||
if (!$done) {
|
||||
if ($done === false) {
|
||||
$until .= $this->expired[$this->type];
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user