Merged in bugfix/PMCORE-3290 (pull request #8110)

PMCORE-3290 The next code line $properties['sendBy'] = $sendBy; is inva

Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Roly Gutierrez
2021-09-08 19:24:27 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -78,7 +78,6 @@ class Home
$sort = explode(',', $sort);
$properties['sort'] = $sort[0];
$properties['dir'] = $sort[1];
$properties['sendBy'] = $sendBy;
$list->setProperties($properties);
$result = [];
$result['data'] = DateTime::convertUtcToTimeZone($list->getData($callback));