diff --git a/lib/Db/TimelineQueryDays.php b/lib/Db/TimelineQueryDays.php index b712f300..4a60eda7 100644 --- a/lib/Db/TimelineQueryDays.php +++ b/lib/Db/TimelineQueryDays.php @@ -302,8 +302,7 @@ trait TimelineQueryDays $this->processFace($row); // We don't need these fields - unset($row['datetaken']); - unset($row['rootid']); + unset($row['datetaken'], $row['rootid']); } return $day;