Skip to content
Snippets Groups Projects

Resolve #3504117 "Smartdatetraitaugmentoutput requires timestamp"

1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -214,9 +214,7 @@ trait SmartDatePluginTrait {
}
if (!empty($augmenters['instances'])) {
// @todo examine why we aren't using the $start_ts and $end_ts that are
// already normalized above.
$this->augmentOutput($elements[$delta], $augmenters['instances'], $item->value, $item->end_value, $timezone, $delta);
$this->augmentOutput($elements[$delta], $augmenters['instances'], $start_ts, $end_ts, $timezone, $delta);
}
}
Loading