Ignore:
Timestamp:
11/03/11 10:13:37 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, do modulo API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/API/class.servicelocator.php

    r4458 r5124  
    250250        $many = count( $arguments ); 
    251251 
     252        if(isset(self::$cache[$many])) 
    252253        $proxy = self::$cache[$many]; 
    253254 
    254         if( !$proxy ) 
     255         
     256        if( !isset($proxy) || !$proxy ) 
    255257        { 
    256258            $params = array(); 
     
    361363    static function getService( $service ) 
    362364    { 
    363         if( !self::$locators[ $service ] ) 
     365        if( !isset(self::$locators[ $service ]) ) 
    364366        { 
    365367            self::deploy( $service ); 
Note: See TracChangeset for help on using the changeset viewer.