Return true on sucess in distribution::delete()

This commit is contained in:
Alexander Nicolaysen Sørnes
2007-01-30 00:43:33 +00:00
committed by WineHQ
parent d8aa5380a2
commit 4590b581c8

View File

@@ -162,6 +162,8 @@ class distribution {
$this->SendNotificationMail("delete"); $this->SendNotificationMail("delete");
$this->mailSubmitter("delete"); $this->mailSubmitter("delete");
return true;
} }