Changeset 2880894
- Timestamp:
- 03/16/2023 03:10:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ambition-cloud-gf-add-on/trunk/class-gf-ambitioncloud.php
r2880893 r2880894 1514 1514 foreach ($field_value as $index => &$field) { 1515 1515 1516 if (array_key_exists( $field['list_custom']) && rgblank($field['list_custom'])) {1516 if (array_key_exists('list_custom', $field) && rgblank($field['list_custom'])) { 1517 1517 continue; 1518 1518 }
Note: See TracChangeset
for help on using the changeset viewer.