From af061533ada8b9251e32206faa8e66ca03bc9cbe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Jun 2008 04:19:43 +0000 Subject: [PATCH] prevent assetManager from crashing. Still does not work right. --- lib/WebGUI/Content/AssetManager.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Content/AssetManager.pm b/lib/WebGUI/Content/AssetManager.pm index c4e94afc8..4b060cde8 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -838,7 +838,7 @@ ENDHTML } # The More menu - $fields{ moreMenu } = getMoreMenu( $asset, $i18n->get( "menu label" ) ); + $fields{ moreMenu } = getMoreMenu( $session, $i18n->get( "menu label" ) ); $output .= sprintf $row_markup, @fields{ @row_fields }; }