fixed: errors on package importing are always reported as corrupted packages
This commit is contained in:
parent
48d5d544eb
commit
d3b85ef723
4 changed files with 19 additions and 5 deletions
|
|
@ -467,7 +467,7 @@ sub createTemp {
|
|||
}
|
||||
|
||||
$id =~ m/^(.{2})/;
|
||||
my $self = {_session=>$session, _id => $guid, _part1 => 'temp', _part2 => $1};
|
||||
my $self = {_session=>$session, _id => $guid, _part1 => 'temp', _part2 => $1, _errors => []};
|
||||
bless $self, ref($class)||$class;
|
||||
$self->_makePath;
|
||||
return $self;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue