Fix overboard.php cache file version checking.
This commit is contained in:
parent
2ae7f672c2
commit
ffb899d6e0
|
@ -195,6 +195,7 @@ foreach ($grouplist as $findgroup) {
|
|||
}
|
||||
}
|
||||
|
||||
$this_overboard['version'] = $version;
|
||||
file_put_contents($cachefile, serialize($this_overboard));
|
||||
if (isset($user_time)) {
|
||||
$oldest = ($user_time - 900);
|
||||
|
|
Loading…
Reference in New Issue