Author: sb
Date: Mon Jan 21 17:16:45 2008
New Revision: 7216

Log:
- Fix.

Modified:
    trunk/Workflow/src/nodes/cancel.php

Modified: trunk/Workflow/src/nodes/cancel.php
==============================================================================
--- trunk/Workflow/src/nodes/cancel.php [iso-8859-1] (original)
+++ trunk/Workflow/src/nodes/cancel.php [iso-8859-1] Mon Jan 21 17:16:45 2008
@@ -29,7 +29,7 @@
      *
      * @var integer
      */
-    protected $minOutNodes = false;
+    protected $minOutNodes = 0;
 
     /**
      * Constraint: The maximum number of outgoing nodes this node has to have
@@ -37,7 +37,7 @@
      *
      * @var integer
      */
-    protected $maxOutNodes = false;
+    protected $maxOutNodes = 1;
 
     /**
      * Cancels the execution of this workflow.


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to