Ignore:
Timestamp:
04/08/10 10:42:50 (14 years ago)
Author:
pedroerp
Message:

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

File:
1 edited

Legend:

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

    r795 r2466  
    196196                        try 
    197197                        { 
    198                                 $str = new PosString(new NatType); 
     198                                $str = Factory::newInstance('PosString', Factory::newInstance('NatType')); 
    199199                                $this->strInputParameter = $str->mountString(array_merge($this->obj->input, $this->obj->output), $inputParams); 
    200200 
     
    409409                if (!empty($this->resultSet)) 
    410410                        unset($this->resultSet); 
    411                 $this->resultSet = new NaturalResultSet($result); 
     411                $this->resultSet = &Factory::newInstance('NaturalResultSet', $result); 
    412412         } 
    413413} 
Note: See TracChangeset for help on using the changeset viewer.