Ignore:
Timestamp:
06/22/12 14:47:14 (12 years ago)
Author:
tezza
Message:

Ticket #2766 - Acrescentado/corrigindo recursos de contatos/grupos compartilhados.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/rest/user/UserResource.php

    r6528 r6578  
    3131            $this->secured(); 
    3232 
    33             $user = Controller::find(array('concept' => 'user','service'=>'OpenLDAP'), false, array('filter' => array('=', 'uid', $id ))); 
     33            $user = Controller::find( 
     34                                        array('concept' => 'user','service'=>'OpenLDAP'),  
     35                                        false,  
     36                                        array('filter' => array('=', 'uid', $id ), 
     37                                              'notExternal' => true) 
     38            ); 
    3439 
    3540            //Se nao foi encontrado usuario na consulta 
Note: See TracChangeset for help on using the changeset viewer.