Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.4.beta
    • Fix Version/s: 3.4.0
    • Component/s: None
    • Labels:
      None

      Description

      I finally tracked down why deduping was spotty in the contact api. Look at lines 373-375:
      if (isset($params['check_permission']))

      { $dedupeParams['check_permission'] = $fields['check_permission']; }

      Obviously this is not going to work. $fields['check_permission'] is a mistake, it's supposed to be $params['check_permission']

        Attachments

          Activity

            People

            • Assignee:
              lobo Donald A. Lobo
              Reporter:
              colemanw Coleman Watts
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: