From 3b3502b565277983fc52e504495fad4c2417cf0f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 13 Jan 2012 13:34:49 -0800 Subject: [PATCH] Trim extra whitespace. --- 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 6460ce662..16b321669 100644 --- a/lib/WebGUI/Content/AssetManager.pm +++ b/lib/WebGUI/Content/AssetManager.pm @@ -308,7 +308,7 @@ sub www_ajaxGetManagerPage { for my $assetId ( @{ $p->getPageData } ) { my $asset = WebGUI::Asset->newByDynamicClass( $session, $assetId ); - + unless( $asset ) { $session->log->error('www_ajaxGetManagerPage: assetId="'.$assetId.'" failed in newByDynamicClass'); next;