From 30a1060b88f512f36403485c33e673974b578c14 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 20 Sep 2010 11:50:12 -0700 Subject: [PATCH] Fix a typo in the Gallery's default addArchive gallery template. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Wobject/Gallery.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index fba41dd85..f4da992be 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -12,6 +12,7 @@ - fixed #11873: findBrokenAssets.pl doesn't support custom assets - added findBrokenAssets.pl shows the classname of broken assets (William McKee, Knowmad Technologies) - fixed #11866: Default ordering for Zip files is wrong + - fixed: typo in the Gallery Add Archive default templateId. 7.10.0 - fixed #11812: Checking www_ajaxSave's response in the cart js, urlencoding post parameters diff --git a/lib/WebGUI/Asset/Wobject/Gallery.pm b/lib/WebGUI/Asset/Wobject/Gallery.pm index 6a291c64a..0bc1adf3b 100644 --- a/lib/WebGUI/Asset/Wobject/Gallery.pm +++ b/lib/WebGUI/Asset/Wobject/Gallery.pm @@ -111,7 +111,7 @@ property richEditIdComment => ( property templateIdAddArchive => ( tab => "display", fieldType => "template", - default => "i0X4Q3tBWUb_thsVbsYz9xQ", + default => "0X4Q3tBWUb_thsVbsYz9xQ", namespace => "GalleryAlbum/AddArchive", label => ["templateIdAddArchive label", 'Asset_Gallery'], hoverHelp => ["templateIdAddArchive description", 'Asset_Gallery'],