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"),