HomePhabricator

Fix a possible query error in filtering events
Partially Auditedcb52dd27fcb5

Description

Fix a possible query error in filtering events

If all events are filtered by range logic, this invitee query may be invalid.

Auditors: lpriestley

Details

Auditors
lpriestley
Group Auditors
Cowboy Commits
Provenance
epriestleyAuthored on
epriestleyPushed on May 29 2015, 2:19 PM
Parents
rP59f0e8f95069: DRAFT Add db columns for recurring events
Branches
Unknown
Tags
Unknown

Event Timeline

btrahan added a subscriber: btrahan.
btrahan added inline comments.
/src/applications/calendar/query/PhabricatorCalendarEventQuery.php
263–272

Could probs just mpull() rather than building $phids. Definitely don't bother changing this since its an audit. :/