Fix double variables showing up in thread and post help.
This commit is contained in:
parent
269227aa07
commit
78c76f543c
2 changed files with 2 additions and 5 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
7.7.3
|
7.7.3
|
||||||
|
- fixed #10094: double explanation in thread help
|
||||||
|
|
||||||
7.7.2
|
7.7.2
|
||||||
- fixed #10056: YUI javascripts included while adminOff (BNC)
|
- fixed #10056: YUI javascripts included while adminOff (BNC)
|
||||||
|
|
|
||||||
|
|
@ -136,11 +136,7 @@ our $HELP = {
|
||||||
private => 1,
|
private => 1,
|
||||||
title => 'post asset variables title',
|
title => 'post asset variables title',
|
||||||
body => '',
|
body => '',
|
||||||
isa => [
|
isa => [ ],
|
||||||
{ tag => 'asset template asset variables',
|
|
||||||
namespace => 'Asset'
|
|
||||||
},
|
|
||||||
],
|
|
||||||
variables => [
|
variables => [
|
||||||
{ 'name' => 'storageId' },
|
{ 'name' => 'storageId' },
|
||||||
{ 'name' => 'threadId' },
|
{ 'name' => 'threadId' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue