Fixed bug where collateral files were not deleted from disk, and where types != image were not removed from database
This commit is contained in:
parent
61e7baa32f
commit
bbdd54cf89
2 changed files with 2 additions and 2 deletions
|
|
@ -221,7 +221,7 @@ Returns a list of WebGUI::Collateral objects.
|
|||
|
||||
sub multiNew {
|
||||
my ($class,@collateralIds) = @_;
|
||||
return () unless @collaterlIds;
|
||||
return () unless @collateralIds;
|
||||
|
||||
my (@objs);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue