Plugin Directory

Changeset 2880894


Ignore:
Timestamp:
03/16/2023 03:10:07 AM (3 years ago)
Author:
ambitioncloud
Message:

Adding team and referrer restrictions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ambition-cloud-gf-add-on/trunk/class-gf-ambitioncloud.php

    r2880893 r2880894  
    15141514        foreach ($field_value as $index => &$field) {
    15151515
    1516             if (array_key_exists($field['list_custom']) && rgblank($field['list_custom'])) {
     1516            if (array_key_exists('list_custom', $field) && rgblank($field['list_custom'])) {
    15171517                continue;
    15181518            }
Note: See TracChangeset for help on using the changeset viewer.