WebGUI/Asset/Wobject/Navigation.pm was still using obsolete template PBtmpl0000000000000048.

Fixes #11765.
This commit is contained in:
Scott Walters 2010-08-04 23:16:02 -04:00
parent 6a9b6642d2
commit 6a09708f9a
2 changed files with 2 additions and 1 deletions

View file

@ -37,7 +37,7 @@ sub definition {
templateId => {
label => $i18n->get(1096),
fieldType => "template",
defaultValue => 'PBtmpl0000000000000048'
defaultValue => 'PBnav00000000000bullet',
},
mimeType => {
label => $i18n->get('mimeType'),