Plugin Directory

Changeset 1638319


Ignore:
Timestamp:
04/15/2017 08:31:12 PM (9 years ago)
Author:
bobintercom
Message:

Secure Mode => Identity Verification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • intercom/trunk/bootstrap.php

    r1637710 r1638319  
    66Author: Intercom
    77Author URI: https://www.intercom.io
    8 Version: 2.5.13
     8Version: 2.5.14
    99 */
    1010
     
    1818    $this->raw_data = $data;
    1919    $this->secret_key = $secret_key;
    20     $this->$identity_verification = $identity_verification;
     20    $this->identity_verification = $identity_verification;
    2121  }
    2222
Note: See TracChangeset for help on using the changeset viewer.