lint: php
parent
c6a4b4e3e9
commit
ceb2365cf5
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue