remove obsolete annotation "FIXME"

This commit is contained in:
Marc Michalsky 2023-08-07 16:46:57 +02:00
parent 0bca6a5317
commit 337cd453fb
Signed by untrusted user who does not match committer: marc.koch
GPG key ID: 12406554CFB028B9

View file

@ -268,7 +268,6 @@ class CRM_Twingle_Profile {
} }
// Check if project_id is already used in other profile // Check if project_id is already used in other profile
// FIXME: Check is not working
$profiles = $this::getProfiles(); $profiles = $this::getProfiles();
foreach ($profiles as $profile) { foreach ($profiles as $profile) {
if ($profile->getId() == $this->getId() || $profile->is_default()) continue; if ($profile->getId() == $this->getId() || $profile->is_default()) continue;