Ignore:
Timestamp:
03/29/10 14:46:01 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Merged 2197:2356 /sandbox/workflow/branches/609/ em /sandbox/workflow/trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/inc/class.workflow_instance.inc.php

    r795 r2372  
    66 
    77        require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'API' . SEP . 'Instance.php'); 
    8         require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'common' . SEP . 'WfSecurity.php'); 
    9         require_once(GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php'); 
    108        /** 
    119         * @package Workflow 
     
    2018                function workflow_Instance() 
    2119                { 
    22                         parent::Instance($GLOBALS['workflow']['workflowObjects']->getDBGalaxia()->Link_ID); 
     20                        parent::Instance(Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Link_ID); 
    2321                } 
    2422        } 
Note: See TracChangeset for help on using the changeset viewer.