diff Lib/IMPL/Web/View/Metadata/BaseMeta.pm @ 368:010ceafd0c5a

form metadata + tests
author cin
date Wed, 04 Dec 2013 17:31:53 +0400
parents 608e74bc309f
children
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/Metadata/BaseMeta.pm	Tue Dec 03 17:55:36 2013 +0400
+++ b/Lib/IMPL/Web/View/Metadata/BaseMeta.pm	Wed Dec 04 17:31:53 2013 +0400
@@ -57,7 +57,7 @@
 		my %childMap;
 		my @result; 
 	
-		foreach my $child (@{$this->PopulateProperties($this)}) {
+		foreach my $child (@{$this->PopulateProperties()}) {
 			$childMap{$child->name} = $child;
 			push @childNames, $child->name;
 			push @result, $child;