Changeset 1275364
- Timestamp:
- 10/29/2015 12:19:38 PM (10 years ago)
- File:
-
- 1 edited
-
intercom/trunk/bootstrap.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
intercom/trunk/bootstrap.php
r1270147 r1275364 6 6 Author: Bob Long 7 7 Author URI: https://www.intercom.io 8 Version: 2.2. 18 Version: 2.2.2 9 9 */ 10 10 … … 213 213 private function getRawData() 214 214 { 215 $user = new User($this->wordpress_user, $this->raw_data);215 $user = new IntercomUser($this->wordpress_user, $this->raw_data); 216 216 $settings = $user->buildSettings(); 217 217 $secureModeCalculator = new SecureModeCalculator($settings, $this->secret); … … 261 261 } 262 262 263 class User263 class IntercomUser 264 264 { 265 265 private $wordpress_user = NULL;
Note: See TracChangeset
for help on using the changeset viewer.