From 99274cd4ee4a1460c1fcda82bf6e6da2c03951dd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 18 Dec 2007 19:05:39 +0000 Subject: [PATCH] variables entry needs to be an array ref, not a hash ref --- lib/WebGUI/Help/Asset_GalleryAlbum.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Help/Asset_GalleryAlbum.pm b/lib/WebGUI/Help/Asset_GalleryAlbum.pm index 5d24a4039..b3417d814 100644 --- a/lib/WebGUI/Help/Asset_GalleryAlbum.pm +++ b/lib/WebGUI/Help/Asset_GalleryAlbum.pm @@ -175,7 +175,7 @@ our $HELP = { namespace => 'Asset_GalleryAlbum', }, ], - variables => { + variables => [ { name => 'error', description => 'helpvar error', @@ -208,7 +208,7 @@ our $HELP = { name => 'form_friendsOnly', description => 'helpvar form_friendsOnly', }, - }, + ], }, 'help delete' => {