PMCORE-3290 The next code line $properties['sendBy'] = $sendBy; is inva
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user