Mercurial > pub > Impl
diff Lib/IMPL/DOM/Schema.pm @ 406:f23fcb19d3c1 ref20150831
implemented ServicesBag
author | cin |
---|---|
date | Mon, 31 Aug 2015 20:22:16 +0300 |
parents | 5aff94ba842f |
children |
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Schema.pm Mon Aug 31 10:23:42 2015 +0300 +++ b/Lib/IMPL/DOM/Schema.pm Mon Aug 31 20:22:16 2015 +0300 @@ -118,7 +118,7 @@ my $schema = $this->LoadSchema(File::Spec->catfile($this->baseDir, $file)); - $this->baseSchemas->Append( $schema ); + $this->baseSchemas->Push( $schema ); } sub LoadSchema {