Page MenuHomePhabricator

Conpherence - fix a bug where users have no events
ClosedPublic

Authored by btrahan on Jun 16 2015, 9:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 29, 10:40 PM
Unknown Object (File)
Mon, Apr 28, 9:46 PM
Unknown Object (File)
Mon, Apr 28, 9:14 PM
Unknown Object (File)
Mon, Apr 28, 12:41 AM
Unknown Object (File)
Sun, Apr 27, 7:12 PM
Unknown Object (File)
Apr 14 2025, 2:21 AM
Unknown Object (File)
Apr 12 2025, 9:37 AM
Unknown Object (File)
Apr 8 2025, 6:36 PM
Subscribers

Details

Summary

Fixes T8518. Defaulting $events to null creates carnage further down the stack. Instead, default it to array() so foreach, array_select_keys, etc. don't barf.

Test Plan

logic and will ask the reporting user to verify since they can repro 100%

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Conpherence - fix a bug where users have no events.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 16 2015, 9:36 PM
This revision was automatically updated to reflect the committed changes.