cherry pick of "make sure that default values are present"
This commit is contained in:
parent
1a5f77c090
commit
ea46e6a747
1 changed files with 1 additions and 0 deletions
|
@ -683,6 +683,7 @@ class CRM_Twingle_Profile {
|
|||
}
|
||||
|
||||
// If none matches, use the default profile.
|
||||
$default_profile = $profiles['default'];
|
||||
if (!empty($default_profile)) {
|
||||
return $default_profile;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue