Plugin Directory

Changeset 1007754


Ignore:
Timestamp:
10/15/2014 07:34:32 AM (11 years ago)
Author:
apizee
Message:

bug fix php < 5.4

Location:
izeechat
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • izeechat/trunk/data/IzeeUser.class.php

    r1006447 r1007754  
    222222        $agentProfileIds = unserialize(IzeeContainer::getUtilsInst()->agentProfileIds);
    223223        $agentIds = unserialize(IzeeContainer::getUtilsInst()->agentsIds);
    224         $allAgents = unserialize(IzeeContainer::getUtilsInst()->agentsProfile)['users'];
     224        $allAgents = unserialize(IzeeContainer::getUtilsInst()->agentsProfile);
     225        $allAgents = $allAgents['users'];
    225226        $i = 0;
    226227
Note: See TracChangeset for help on using the changeset viewer.