From ab6ba36a344817fc829ee4e333d722a023102556 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 a6000653e..9f3f95b58 100644 --- a/lib/WebGUI/Asset/Wobject/Gallery.pm +++ b/lib/WebGUI/Asset/Wobject/Gallery.pm @@ -155,7 +155,7 @@ sub definition { templateIdAddArchive => { tab => "display", fieldType => "template", - defaultValue => "i0X4Q3tBWUb_thsVbsYz9xQ", + defaultValue => "0X4Q3tBWUb_thsVbsYz9xQ", namespace => "GalleryAlbum/AddArchive", label => $i18n->get("templateIdAddArchive label"), hoverHelp => $i18n->get("templateIdAddArchive description"),