variables entry needs to be an array ref, not a hash ref
This commit is contained in:
parent
30f22c9b7a
commit
99274cd4ee
1 changed files with 2 additions and 2 deletions
|
|
@ -175,7 +175,7 @@ our $HELP = {
|
||||||
namespace => 'Asset_GalleryAlbum',
|
namespace => 'Asset_GalleryAlbum',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
variables => {
|
variables => [
|
||||||
{
|
{
|
||||||
name => 'error',
|
name => 'error',
|
||||||
description => 'helpvar error',
|
description => 'helpvar error',
|
||||||
|
|
@ -208,7 +208,7 @@ our $HELP = {
|
||||||
name => 'form_friendsOnly',
|
name => 'form_friendsOnly',
|
||||||
description => 'helpvar form_friendsOnly',
|
description => 'helpvar form_friendsOnly',
|
||||||
},
|
},
|
||||||
},
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
'help delete' => {
|
'help delete' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue