Changeset 1048 for trunk/workflow


Ignore:
Timestamp:
06/24/09 09:25:30 (15 years ago)
Author:
viani
Message:

Ticket #564 - Correcao de bug na classe wf_role que nao retornava usuarios de grupos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/inc/local/classes/class.wf_role.php

    r795 r1048  
    216216                foreach ($users as $id => $login) 
    217217                { 
    218                         $accountType = $GLOBALS['phpgw']->accounts->get_type($id); 
     218                        $accountType = $ldap->getEntityType($id); 
    219219                        // if it must expand the group, get its users and put them into the tmp_output array using 
    220220                        // their uidnumber as key (it avoids duplicated values) 
Note: See TracChangeset for help on using the changeset viewer.