diff Lib/IMPL/DOM/Schema/SimpleType.pm @ 105:a6e9759ff88a

Fixed a validation errors parameters
author wizard
date Tue, 11 May 2010 02:59:49 +0400
parents 196bf443b5e1
children e30bdd040fe3
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/SimpleType.pm	Tue May 11 02:42:59 2010 +0400
+++ b/Lib/IMPL/DOM/Schema/SimpleType.pm	Tue May 11 02:59:49 2010 +0400
@@ -40,7 +40,7 @@
 			Message => $this->messageWrongType
 		) unless $node->isa($this->{$nativeType});
 	}
-	return $this->SUPER::Validate($node);
+	return $this->SUPER::Validate($node,$ctx);
 }
 
 sub qname {