Ignore:
Timestamp:
03/13/12 18:18:44 (12 years ago)
Author:
niltonneto
Message:

Ticket #2507 - Corrigido problema do id_contact no método getImagePicture().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/json-rpc/Expresso.php

    r5707 r5714  
    1212        function __construct($id){               
    1313                $this->expressoVersion = substr($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],0,3); 
    14                 $this->result   = null; 
     14                $this->result   = array(); 
    1515                $this->error    = null;                                          
    1616                $this-> id              = $id; 
Note: See TracChangeset for help on using the changeset viewer.