And some more static warnings removed

This commit is contained in:
Michael
2017-08-26 10:01:50 +00:00
parent 94f6f12ba3
commit a729519de9
8 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -107,6 +107,6 @@ class dbm {
$timestamp = -62135596800;
}
return date('Y-m-d H:i:s', $timestamp);
return date('Y-m-d H:i:s', (int)$timestamp);
}
}