Ignore:
Timestamp:
02/05/13 15:02:39 (11 years ago)
Author:
alexandrecorreia
Message:

Ticket #2507 - Correções dentro da API do webservice do expresso

File:
1 edited

Legend:

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

    r7846 r7854  
    151151        protected function getUserApps(){ 
    152152                // Load Granted Apps for Web Service 
    153                 $config = parse_ini_file( __DIR__ . '/../config/user.ini',true); 
     153                $config = parse_ini_file( API_DIRECTORY . '/../config/user.ini',true); 
    154154                $apps   = $config['Applications.mapping']; 
    155155         
Note: See TracChangeset for help on using the changeset viewer.