Plugin Directory

Changeset 1275364


Ignore:
Timestamp:
10/29/2015 12:19:38 PM (10 years ago)
Author:
bobintercom
Message:

2.2.2 with renamed class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • intercom/trunk/bootstrap.php

    r1270147 r1275364  
    66Author: Bob Long
    77Author URI: https://www.intercom.io
    8 Version: 2.2.1
     8Version: 2.2.2
    99 */
    1010
     
    213213  private function getRawData()
    214214  {
    215     $user = new User($this->wordpress_user, $this->raw_data);
     215    $user = new IntercomUser($this->wordpress_user, $this->raw_data);
    216216    $settings = $user->buildSettings();
    217217    $secureModeCalculator = new SecureModeCalculator($settings, $this->secret);
     
    261261}
    262262
    263 class User
     263class IntercomUser
    264264{
    265265  private $wordpress_user = NULL;
Note: See TracChangeset for help on using the changeset viewer.