lint: php

cap
Varun Patil 2022-12-04 20:05:05 -08:00
parent c6a4b4e3e9
commit ceb2365cf5
1 changed files with 1 additions and 2 deletions

View File

@ -302,8 +302,7 @@ trait TimelineQueryDays
$this->processFace($row); $this->processFace($row);
// We don't need these fields // We don't need these fields
unset($row['datetaken']); unset($row['datetaken'], $row['rootid']);
unset($row['rootid']);
} }
return $day; return $day;