Fix double variables showing up in thread and post help.

This commit is contained in:
Colin Kuskie 2009-04-03 21:08:56 +00:00
parent 269227aa07
commit 78c76f543c
2 changed files with 2 additions and 5 deletions

View file

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

View file

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