From 6a09708f9ad36a0e14f4f9bb728681d763764ca3 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 4 Aug 2010 23:16:02 -0400 Subject: [PATCH] WebGUI/Asset/Wobject/Navigation.pm was still using obsolete template PBtmpl0000000000000048. Fixes #11765. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Wobject/Navigation.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index cf6a51c70..7af225213 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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 diff --git a/lib/WebGUI/Asset/Wobject/Navigation.pm b/lib/WebGUI/Asset/Wobject/Navigation.pm index a2d7f1260..ec8fdf49d 100644 --- a/lib/WebGUI/Asset/Wobject/Navigation.pm +++ b/lib/WebGUI/Asset/Wobject/Navigation.pm @@ -37,7 +37,7 @@ sub definition { templateId => { label => $i18n->get(1096), fieldType => "template", - defaultValue => 'PBtmpl0000000000000048' + defaultValue => 'PBnav00000000000bullet', }, mimeType => { label => $i18n->get('mimeType'),