Possible fix for another strange non-reproducible PHP bug

This commit is contained in:
ruan 2016-07-20 17:42:54 +02:00
parent ee87e090ea
commit a5044fe044

View File

@ -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];
} }
} }