From 73518c9766588160d45d9553926e293d40425aa1 Mon Sep 17 00:00:00 2001 From: Roy Johnson Date: Sun, 29 Jan 2006 00:19:12 +0000 Subject: [PATCH] Fixed typo --- docs/upgrades/upgrade_6.8.5-6.9.0.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.8.5-6.9.0.pl b/docs/upgrades/upgrade_6.8.5-6.9.0.pl index 2fa397c57..95588e7d4 100644 --- a/docs/upgrades/upgrade_6.8.5-6.9.0.pl +++ b/docs/upgrades/upgrade_6.8.5-6.9.0.pl @@ -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; } }