Ignore:
Timestamp:
05/31/12 09:13:35 (12 years ago)
Author:
gustavo
Message:

Ticket #2768 - Melhorias na inserção de destinatários na criacao de mensagem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.4.1-3/prototype/rest/dispatch.php

    r6351 r6357  
    44require_once __DIR__ . '/../api/controller.php'; 
    55require_once ROOTPATH . '/rest/oauth/OAuth2StorageUserCredential.php'; 
    6  
    76 
    87//Retrieveing the mapping of the URIs and his respectives classNames and classPath 
     
    3231        global $classpath; 
    3332 
    34         require_once(__DIR__ . $classpath[ $class ] ); 
     33        if(isset($classpath[ $class ])){ 
     34                require_once(__DIR__ . $classpath[ $class ] ); 
     35        } 
    3536} 
    3637 
Note: See TracChangeset for help on using the changeset viewer.