From 2b25f390d7a714240cf346d1882c3b1307b278ad Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Wed, 9 Feb 2022 11:02:22 +0000 Subject: [PATCH] Hard delete merged organisations --- src/Controller/OrganisationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controller/OrganisationController.php b/src/Controller/OrganisationController.php index 733e284..525c9de 100644 --- a/src/Controller/OrganisationController.php +++ b/src/Controller/OrganisationController.php @@ -381,7 +381,7 @@ class OrganisationController extends SimpleController $source->beforeMerge($target, ['currentUser' => $currentUser]); - $source->delete(); + $source->delete(true); unset($source); // Create activity record