This commit is contained in:
Sander Dorigo
2025-10-07 09:49:35 +02:00
parent 22c88383ad
commit b29c35864c
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ class ShowController extends Controller
$accounts = $collection->slice(($this->parameters->get('page') - 1) * $params['limit'], $params['limit']);
// #11007 go to the end of the previous day.
$this->parameters->set('start', $this->parameters->get('start')->subSecond());
$this->parameters->set('start', $this->parameters->get('start')?->subSecond());
// enrich
/** @var User $admin */
@@ -129,7 +129,7 @@ class ShowController extends Controller
$manager = $this->getManager();
// #11007 go to the end of the previous day.
$this->parameters->set('start', $this->parameters->get('start')->subSecond());
$this->parameters->set('start', $this->parameters->get('start')?->subSecond());
// enrich
/** @var User $admin */