Page MenuHomePhabricator

Differential - fix bogus foreach(null)
ClosedPublic

Authored by btrahan on Oct 13 2014, 5:31 PM.
Tags
None
Referenced Files
F13363422: D10697.id25685.diff
Wed, Jun 26, 3:28 AM
F13350551: D10697.diff
Sun, Jun 23, 7:00 AM
F13336601: D10697.id25685.diff
Wed, Jun 19, 6:17 AM
F13320040: D10697.id25685.diff
Thu, Jun 13, 8:15 PM
F13303035: D10697.id25685.diff
Sat, Jun 8, 6:13 AM
F13301797: D10697.id25685.diff
Sat, Jun 8, 3:25 AM
F13298927: D10697.diff
Fri, Jun 7, 7:25 AM
F13281756: D10697.id25685.diff
Jun 2 2024, 11:10 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.