remove obsolete annotation "FIXME"
This commit is contained in:
parent
0bca6a5317
commit
337cd453fb
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue