Changed the DESTROY method to make sure it calls its parent.

This commit is contained in:
ian%hixie.ch 2001-11-09 17:13:27 +00:00
parent d8ed08b9c5
commit df6f9d0b23

View File

@ -330,6 +330,7 @@ sub DESTROY {
if ($self->{'_DIRTY'}->{'groups'}) {
$self->writeGroups();
}
$self->SUPER::DESTROY(@_);
}
sub writeProperties {