Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/1637/head
Maxence Lange 2023-03-09 12:17:36 -01:00
rodzic fae487e942
commit 0850295666
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -606,7 +606,7 @@ class Stream extends ACore implements IQueryRow, JsonSerializable {
$status = null;
if ($statusPost = $this->getDetails('post')) {
if (!empty($statusPost)) {
if (sizeof($statusPost) > 0) {
$status = new Stream();
$status->importFromCache($statusPost);
$status->setExportFormat(self::FORMAT_LOCAL);