Ignore:
Timestamp:
04/07/10 14:40:19 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Removendo a factory do código do Nano.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/nano/NanoJsonConverter.class.php

    r2311 r2442  
    118118        // initialize JSON object 
    119119        $this->_mObjJson = ( strtolower($return_type) != 'object' ) 
    120                                 ? Factory::getInstance('Services_JSON', SERVICES_JSON_LOOSE_TYPE ) 
    121                                 : Factory::getInstance('Services_JSON'); 
     120                                ? new Services_JSON( SERVICES_JSON_LOOSE_TYPE ) 
     121                                : new Services_JSON(); 
    122122    } 
    123123 
Note: See TracChangeset for help on using the changeset viewer.