From 498b961ed7cbd97afdea58dc425355b65a4863bb Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 16 Feb 2010 08:21:38 -0800 Subject: [PATCH] Fix a template variable typo. Fixes bug #11411. --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Help/Asset_Photo.pm | 4 ++-- lib/WebGUI/i18n/English/Asset_Photo.pm | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 257f2dbbb..c2091d4b8 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -18,6 +18,7 @@ - fixed #11410: Too much errors in log after fix #11346 - fixed #11169: MapPoint asset does not have an icon - fixed Typo in Subscription Sku prevented karma from being transferred to users. + - fixed #11411: Photo Asset: Error in template help 7.8.11 - fixed #11362: Unable to checkout with ITransact plugin diff --git a/lib/WebGUI/Help/Asset_Photo.pm b/lib/WebGUI/Help/Asset_Photo.pm index 55541b5ab..bd7cb977b 100644 --- a/lib/WebGUI/Help/Asset_Photo.pm +++ b/lib/WebGUI/Help/Asset_Photo.pm @@ -131,8 +131,8 @@ our $HELP = { ], }, { - name => 'synopsis_text', - description => 'helpvar synopsis_text', + name => 'synopsis_textonly', + description => 'helpvar synopsis_textonly', }, { name => 'url_album', diff --git a/lib/WebGUI/i18n/English/Asset_Photo.pm b/lib/WebGUI/i18n/English/Asset_Photo.pm index 44b584af0..aa56d2aaa 100644 --- a/lib/WebGUI/i18n/English/Asset_Photo.pm +++ b/lib/WebGUI/i18n/English/Asset_Photo.pm @@ -589,7 +589,7 @@ our $I18N = { context => q{Label for the albums the photo will be removed from.}, }, - 'helpvar synopsis_text' => { + 'helpvar synopsis_textonly' => { message => q{The "synopsis" field with all HTML removed}, lastUpdated => 0, context => q{Description of template variable},