Ignore:
Timestamp:
11/29/12 13:44:33 (11 years ago)
Author:
pereira.jair
Message:

Ticket #2507 - Correção da varíavel global DIR que estava incorreta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/webservice/api/adapters/ExpressoAdapter.php

    r6601 r7577  
    1919                ); 
    2020                 
    21                 include_once(__DIR__.'/../../header.inc.php'); 
     21                include_once(apiDirectory.'/../../header.inc.php'); 
    2222                $this->expressoVersion = substr($GLOBALS['phpgw_info']['server']['versions']['phpgwapi'],0,3); 
    2323                $this->setCannotModifyHeader(false); 
Note: See TracChangeset for help on using the changeset viewer.