From cc8909d1966722db5b3a5eee04686ad1e2660aba Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 27 Feb 2020 10:57:42 +0300 Subject: [PATCH] fix(core): fix issue with system fields data types in the Entries API #383 add: use function strtotime; --- flextype/core/Entries.php | 1 + 1 file changed, 1 insertion(+) diff --git a/flextype/core/Entries.php b/flextype/core/Entries.php index 1c6d25fa..47b11eaa 100755 --- a/flextype/core/Entries.php +++ b/flextype/core/Entries.php @@ -27,6 +27,7 @@ use function rtrim; use function str_replace; use function strpos; use function time; +use function strtotime; class Entries {