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/inc/engine/src/API/activities/Join.php

    r795 r2591  
    1515         * @access public 
    1616         */ 
    17         function Join(&$db) 
     17        function Join() 
    1818        { 
    19                 parent::Base($db); 
     19                parent::Base(); 
    2020                $this->child_name = 'Join'; 
    2121        } 
Note: See TracChangeset for help on using the changeset viewer.