Fix a typo in the Gallery's default addArchive gallery template.
This commit is contained in:
parent
b4c20a1203
commit
ab6ba36a34
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue