HomePhorge

D25417

Fix RuntimeException: min(): Array must contain at least one element
Author: aklapper
Summary: Make sure that `$epochs[]` is never empty but contains `0` so `min($epochs)` will not complain. Closes T15623