compiles now
This commit is contained in:
parent
f7db5d58aa
commit
25931b67d4
3 changed files with 40 additions and 39 deletions
|
|
@ -30,7 +30,7 @@ sub import {
|
|||
if ( my $properties = $definition->{properties} ) {
|
||||
my $table = $definition->{tableName};
|
||||
for ( my $i = 1; $i < @{ $properties }; $i += 2) {
|
||||
$propeties->[$i]{tableName} = $table;
|
||||
$properties->[$i]{tableName} = $table;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue