Remove more instances of direct hash access for properties.
This commit is contained in:
parent
8664d6f6ef
commit
1331bf9828
3 changed files with 17 additions and 9 deletions
|
|
@ -292,7 +292,7 @@ sub trash {
|
|||
$db->commit;
|
||||
|
||||
# Update ourselves since we didn't use update()
|
||||
$self->{_properties}{state} = "trash";
|
||||
$self->state("trash");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue