Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema/SimpleNode.pm @ 248:814d755e5d12
Minor fixes
author | sergey |
---|---|
date | Tue, 06 Nov 2012 00:58:15 +0400 |
parents | b8c724f6de36 |
children | 4ddb27ff4a0b |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema/SimpleNode.pm Wed Oct 31 04:18:35 2012 +0400 +++ b/Lib/IMPL/DOM/Schema/SimpleNode.pm Tue Nov 06 00:58:15 2012 +0400 @@ -44,7 +44,7 @@ my ($this,$value) = @_; if ( my $inflator = $this->inflator ) { - return $inflator->new($value); + return $inflator->new($value,$this); } else { return $value; }