Skip to content
Snippets Groups Projects

Fix/22152 scheduling next execution calculation error

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -352,7 +352,6 @@ class scheduling
public function nextExecution($frequency, $prev = null)
{
$scheduler = $this->parseScheduling($frequency);
var_dump($scheduler);
// Repeat
if ($scheduler->repeat) {
Loading