From 337cd453fbcc21ddabaced990b14a02a4c8dc6e1 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Mon, 7 Aug 2023 16:46:57 +0200 Subject: [PATCH] remove obsolete annotation "FIXME" --- CRM/Twingle/Profile.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Twingle/Profile.php b/CRM/Twingle/Profile.php index 93a9fdf..0da6bf1 100644 --- a/CRM/Twingle/Profile.php +++ b/CRM/Twingle/Profile.php @@ -268,7 +268,6 @@ class CRM_Twingle_Profile { } // Check if project_id is already used in other profile - // FIXME: Check is not working $profiles = $this::getProfiles(); foreach ($profiles as $profile) { if ($profile->getId() == $this->getId() || $profile->is_default()) continue;