mirror of
https://github.com/getgrav/grav.git
synced 2026-02-11 00:57:51 +01:00
* Remove end date check if not specified (better 32-bit support) Related to https://github.com/getgrav/grav/issues/898 I can't find better way to remove it with DRY principle 😑 With smaller code we need to check a value for each `$this->items` iteration. Also it can be used with `PHP_INT_MAX` with previous version of this code. * Include endpoints