mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 08:52:45 +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;
|
$done = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!$done) {
|
if ($done === false) {
|
||||||
$until .= $this->expired[$this->type];
|
$until .= $this->expired[$this->type];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user