Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
plugins
CiviCRM Network Groups
Commits
7d3f405a
Commit
7d3f405a
authored
May 15, 2019
by
Christian Wach
⚽
Browse files
Fix default precedence setting when not set via UI
parent
5d303b0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/civicrm-network-groups-admin.php
View file @
7d3f405a
...
...
@@ -601,7 +601,7 @@ class CiviCRM_Network_Groups_Admin {
$this
->
setting_set
(
'precedence'
,
$cng_precedence
);
}
else
{
$t
itle
=
$defaults
[
'precedence'
];
$t
his
->
setting_set
(
'precedence'
,
$defaults
[
'precedence'
]
)
;
}
// Save settings.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment