variables entry needs to be an array ref, not a hash ref

This commit is contained in:
Colin Kuskie 2007-12-18 19:05:39 +00:00
parent 30f22c9b7a
commit 99274cd4ee

View file

@ -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' => {