From e115a195b62c0b1a987d0c9948b7c33daa07c764 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Mon, 2 May 2005 20:17:24 +0000 Subject: [PATCH] fixed typo --- docs/upgrades/upgrade_6.5.6-6.6.0.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrades/upgrade_6.5.6-6.6.0.pl b/docs/upgrades/upgrade_6.5.6-6.6.0.pl index 154437d2a..f11e326a9 100644 --- a/docs/upgrades/upgrade_6.5.6-6.6.0.pl +++ b/docs/upgrades/upgrade_6.5.6-6.6.0.pl @@ -212,7 +212,7 @@ my $checkoutConfirm = 'new("PBtmpl0000000000000016"); -$asset->update(template=>$checkoutConfirm); +$asset->update({template=>$checkoutConfirm}); #--------------------------------------------