Give ZipArchives a default template. Fixes bug #11769.

This commit is contained in:
Colin Kuskie 2010-08-09 15:26:19 -07:00
parent a1b1eaff3c
commit 9fafa25bf5
2 changed files with 2 additions and 1 deletions

View file

@ -145,7 +145,7 @@ sub definition {
label=>$i18n->get('template label'),
namespace=>"ZipArchiveAsset",
fieldType=>'template',
defaultValue=>''
defaultValue=>'ZipArchiveTMPL00000001',
},
}
});