Fixed typo
This commit is contained in:
parent
52130358c8
commit
73518c9766
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ sub updateTemplates {
|
|||
} else {
|
||||
my $template = WebGUI::Asset->new($properties{id}, "WebGUI::Asset::Template");
|
||||
if (defined $template) {
|
||||
my $newRevision = $template->addRevision(\%propertes);
|
||||
my $newRevision = $template->addRevision(\%properties);
|
||||
$newRevision->commit;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue