Ignore:
Timestamp:
03/15/10 16:00:11 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Modificando chamadas CreateObject? para utilizarem a nova factory.

File:
1 edited

Legend:

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

    r2233 r2253  
    4545        function ui_phpeditor() 
    4646        { 
    47                 $this->bo = CreateObject('workflow.bo_editor'); 
     47                $this->bo = Factory::getInstance('bo_editor'); 
    4848                $this->loadVariables(); 
    4949        } 
Note: See TracChangeset for help on using the changeset viewer.