Ignore:
Timestamp:
03/19/10 17:22:08 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migrando instanciação das classes da engine para a factory.

File:
1 edited

Legend:

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

    r2233 r2311  
    8888                        $ret_name = empty($params['name']) ? 'cn' : $params['name']; 
    8989 
    90                         $ajaxConfig = new ajax_config('contactcenter'); 
     90                        $ajaxConfig = &Factory::getInstance('ajax_config', 'contactcenter'); 
    9191                        $config = $ajaxConfig->read_repository(); 
    9292 
Note: See TracChangeset for help on using the changeset viewer.