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
F13819174: D13314.diff
Fri, Sep 20, 12:31 PM
Unknown Object (File)
Tue, Sep 17, 7:13 AM
Unknown Object (File)
Mon, Sep 9, 10:55 AM
Unknown Object (File)
Sat, Aug 31, 7:56 PM
Unknown Object (File)
Wed, Aug 28, 7:56 AM
Unknown Object (File)
Sat, Aug 24, 4:02 PM
Unknown Object (File)
Fri, Aug 23, 6:47 AM
Unknown Object (File)
Fri, Aug 23, 6:23 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
Branch
T8518
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 6813
Build 6835: [Placeholder Plan] Wait for 30 Seconds

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.