Fix typo in mod/events

- Add todo in Model\Event
This commit is contained in:
Hypolite Petovan 2018-03-17 16:43:15 -04:00
parent 72b552895e
commit 95792f6b79
2 changed files with 3 additions and 2 deletions

View file

@ -504,6 +504,7 @@ class Event extends BaseObject
}
// Query for the event by date.
// @todo Slow query (518 seconds to run), to be optimzed
$r = q("SELECT `event`.*, `item`.`id` AS `itemid`,`item`.`plink`,
`item`.`author-name`, `item`.`author-avatar`, `item`.`author-link` FROM `event`
LEFT JOIN `item` ON `item`.`event-id` = `event`.`id` AND `item`.`uid` = `event`.`uid`