Ignore:
Timestamp:
05/16/13 10:25:15 (11 years ago)
Author:
angelo
Message:

Ticket #3486 - Problema na criacao e envio de email para grupos compartilhados

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/rest/catalog/SharedGroupResource.php

    r6578 r8156  
    8585 
    8686            //Recupera os grupos do usuario 
    87             $groups = Controller::find(array('concept' => 'contactGroup'), false, array('filter' => array('=', 'user', $ownerId), 'order' => array('name'))); 
    88  
     87        $groups = Controller::find(array('concept' => 'contactGroup'), false, array('filter' => array('=','id', $id), 'AND' => array('=','user', $ownerId) , 'order' => array('name'))); 
    8988            if($groups){ 
    9089                foreach($groups[0]['contacts'] as $value){ 
Note: See TracChangeset for help on using the changeset viewer.