Author: ts Date: Fri Jan 25 09:38:13 2008 New Revision: 7244 Log: - CS.
Modified: trunk/Workflow/src/definition_storage/xml.php Modified: trunk/Workflow/src/definition_storage/xml.php ============================================================================== --- trunk/Workflow/src/definition_storage/xml.php [iso-8859-1] (original) +++ trunk/Workflow/src/definition_storage/xml.php [iso-8859-1] Fri Jan 25 09:38:13 2008 @@ -112,8 +112,8 @@ */ public function loadFromDocument( DOMDocument $document ) { - $workflowName = $document->documentElement->getAttribute('name'); - $workflowVersion = (int)$document->documentElement->getAttribute('version'); + $workflowName = $document->documentElement->getAttribute( 'name' ); + $workflowVersion = (int) $document->documentElement->getAttribute( 'version' ); // Create node objects. $nodes = array(); -- svn-components mailing list svn-components@lists.ez.no http://lists.ez.no/mailman/listinfo/svn-components