Page MenuHomePhabricator

Undefined index: value_labels in SF_FormInputs.inc on line 158
Closed, ResolvedPublic

Description

Patch to remove extraneous PHP Error warnings

Generating extraneous PHP Errors. Patch Fixes.

Don't know whether these tests were trying to determine if the array value existed, or if it has been assigned a non-null value. If just testing to see if it exists, the attached patch will correct this problem.


Version: unspecified
Severity: minor

Attached:

Details

Reference
bz21607

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:50 PM
bzimport set Reference to bz21607.

Reassigning to Dantman - this comes from new code added in SVN.

Ahhh, It's all flooding back to me, now I remember why I loath PHP so much.

Fixed in r59390.