Ignore:
Timestamp:
04/10/12 17:47:50 (12 years ago)
Author:
natan
Message:

Ticket #2603 - Corrigir a camada de sincronizacao - Correcao no remove do cache do cliente

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/api/controller.php

    r5905 r5908  
    602602 
    603603            if( isset( self::$fallbackHandlers[ $code ] ) ) 
    604                 return self::$fallbackHandlers[ $code ]( $exception ); 
     604                { 
     605                        $fn = self::$fallbackHandlers[ $code ]; 
     606                        return $fn( $exception ); 
     607                } 
    605608 
    606609            error_log( $exception->getMessage() ); 
Note: See TracChangeset for help on using the changeset viewer.