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

This commit is contained in:
Roly Gutierrez
2021-09-08 15:16:08 -04:00
parent 578cc0b86d
commit 69c98e16ad

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));