Fix a template variable typo. Fixes bug #11411.
This commit is contained in:
parent
be4377f48c
commit
498b961ed7
3 changed files with 4 additions and 3 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
- fixed #11410: Too much errors in log after fix #11346
|
- fixed #11410: Too much errors in log after fix #11346
|
||||||
- fixed #11169: MapPoint asset does not have an icon
|
- fixed #11169: MapPoint asset does not have an icon
|
||||||
- fixed Typo in Subscription Sku prevented karma from being transferred to users.
|
- fixed Typo in Subscription Sku prevented karma from being transferred to users.
|
||||||
|
- fixed #11411: Photo Asset: Error in template help
|
||||||
|
|
||||||
7.8.11
|
7.8.11
|
||||||
- fixed #11362: Unable to checkout with ITransact plugin
|
- fixed #11362: Unable to checkout with ITransact plugin
|
||||||
|
|
|
||||||
|
|
@ -131,8 +131,8 @@ our $HELP = {
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'synopsis_text',
|
name => 'synopsis_textonly',
|
||||||
description => 'helpvar synopsis_text',
|
description => 'helpvar synopsis_textonly',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name => 'url_album',
|
name => 'url_album',
|
||||||
|
|
|
||||||
|
|
@ -589,7 +589,7 @@ our $I18N = {
|
||||||
context => q{Label for the albums the photo will be removed from.},
|
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},
|
message => q{The "synopsis" field with all HTML removed},
|
||||||
lastUpdated => 0,
|
lastUpdated => 0,
|
||||||
context => q{Description of template variable},
|
context => q{Description of template variable},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue