Fix a template variable typo. Fixes bug #11411.

This commit is contained in:
Colin Kuskie 2010-02-16 08:21:38 -08:00
parent be4377f48c
commit 498b961ed7
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -131,8 +131,8 @@ our $HELP = {
],
},
{
name => 'synopsis_text',
description => 'helpvar synopsis_text',
name => 'synopsis_textonly',
description => 'helpvar synopsis_textonly',
},
{
name => 'url_album',

View file

@ -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},