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;