Skip to content

Commit

Permalink
Ticket #4558 - Build-in API support: Different.
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonLV committed Sep 23, 2024
1 parent 04a2842 commit fb53c1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion template/scripts/BxBaseServiceProfiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,8 @@ public function serviceAccountProfileSwitcher ($iAccountId = false, $iActiveProf
'profile_template' => &$sProfileTemplate,
'profiles' => &$aProfiles
));


$aProfilesData = [];
foreach ($aProfiles as $aProfile) {
if (!$bShowAll && $iActiveProfileId == $aProfile['id'])
continue;
Expand Down

0 comments on commit fb53c1a

Please sign in to comment.