fix a potential future syntax error

This commit is contained in:
Colin Kuskie 2008-05-28 04:57:37 +00:00
parent c07c856b29
commit 1b2a829346

View file

@ -300,7 +300,7 @@ sub getAllProducts {
return undef;
}
return WebGUI::Asset->newPending($session, $assetId);
}
};
}