Changeset 1638319
- Timestamp:
- 04/15/2017 08:31:12 PM (9 years ago)
- File:
-
- 1 edited
-
intercom/trunk/bootstrap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
intercom/trunk/bootstrap.php
r1637710 r1638319 6 6 Author: Intercom 7 7 Author URI: https://www.intercom.io 8 Version: 2.5.1 38 Version: 2.5.14 9 9 */ 10 10 … … 18 18 $this->raw_data = $data; 19 19 $this->secret_key = $secret_key; 20 $this-> $identity_verification = $identity_verification;20 $this->identity_verification = $identity_verification; 21 21 } 22 22
Note: See TracChangeset
for help on using the changeset viewer.