Page MenuHomePhabricator

Differential - fix bogus foreach(null)
ClosedPublic

Authored by btrahan on Oct 13 2014, 5:31 PM.
Tags
None
Referenced Files
F14389283: D10697.diff
Sat, Dec 21, 5:29 PM
Unknown Object (File)
Sun, Dec 8, 5:17 PM
Unknown Object (File)
Fri, Dec 6, 2:32 PM
Unknown Object (File)
Thu, Dec 5, 2:16 AM
Unknown Object (File)
Sun, Dec 1, 12:29 AM
Unknown Object (File)
Tue, Nov 26, 4:45 PM
Unknown Object (File)
Sun, Nov 24, 2:33 AM
Unknown Object (File)
Sat, Nov 23, 3:15 AM
Subscribers

Details

Summary

Default $phids to array() and update it if getValue() has something pertinent... Fixes T6292.

Test Plan

just used the ole logic noodle on this one.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

btrahan retitled this revision from to Differential - fix bogus foreach(null).
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added reviewers: epriestley, chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Oct 13 2014, 6:11 PM
epriestley edited edge metadata.

$this->getValue() should probably never not be an array, buuut whatevs.

This revision was automatically updated to reflect the committed changes.