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)
Sun, Jan 26, 10:03 PM
Unknown Object (File)
Fri, Jan 24, 6:24 AM
Unknown Object (File)
Fri, Jan 24, 6:24 AM
Unknown Object (File)
Fri, Jan 24, 6:24 AM
Unknown Object (File)
Fri, Jan 24, 6:24 AM
Unknown Object (File)
Dec 21 2024, 8:44 AM
Unknown Object (File)
Dec 12 2024, 11:18 AM
Unknown Object (File)
Dec 10 2024, 12:57 AM
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.