Ignore:
Timestamp:
04/19/10 18:18:22 (14 years ago)
Author:
viani
Message:

Ticket #609 - Reconstrução da classe factory do workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/workflow/index.php

    r2589 r2591  
    2424                        require_once dirname(__FILE__) . '/inc/nano/JSON.php'; 
    2525                        require_once dirname(__FILE__) . '/inc/nano/NanoJsonConverter.class.php'; 
    26                         require_once dirname(__FILE__) . '/inc/nano/NanoController.class.php'; 
    27                         $nanoController = new NanoController(); 
     26                        $nanoController = &Factory::newInstance('NanoController'); 
    2827                        $nanoController->throwErrorOnAllVirtualRequests('__NANOAJAX_SESSION_EXPIRED__'); 
    2928                        exit; 
Note: See TracChangeset for help on using the changeset viewer.