From df6f9d0b23b50300e8de54b161ebffd9dbbb3286 Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Fri, 9 Nov 2001 17:13:27 +0000 Subject: [PATCH] Changed the DESTROY method to make sure it calls its parent. --- webtools/PLIF/PLIF/Service/User.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/webtools/PLIF/PLIF/Service/User.pm b/webtools/PLIF/PLIF/Service/User.pm index ca5b28a30786..3b898ab2cd9e 100644 --- a/webtools/PLIF/PLIF/Service/User.pm +++ b/webtools/PLIF/PLIF/Service/User.pm @@ -330,6 +330,7 @@ sub DESTROY { if ($self->{'_DIRTY'}->{'groups'}) { $self->writeGroups(); } + $self->SUPER::DESTROY(@_); } sub writeProperties {