Skip to content

Commit

Permalink
Trim extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jan 13, 2012
1 parent bce42bc commit 3b3502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WebGUI/Content/AssetManager.pm
Expand Up @@ -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;
Expand Down

0 comments on commit 3b3502b

Please sign in to comment.