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

@ -3,6 +3,7 @@
- fixed #11757: Update the USPS International driver for new country names
- fixed #11753: PayPal Plugin - Shipping not factored into total in paypal
- fixed #11588: CMSmatrix - Comparing certain products ends in data errors
- fixed #11765: WebGUI/Asset/Wobject/Navigation.pm still uses obsolete PBtmpl0000000000000048
7.9.10
- fixed #11721: spamStopWords not in WebGUI.conf.original

View file

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