Don't pre-select 3rd party libraries in wizard
[MAILPOET-3073]
This commit is contained in:
@ -288,7 +288,7 @@ class Populator {
|
||||
|
||||
$thirdPartyScriptsEnabled = $this->settings->get('3rd_party_libs');
|
||||
if (is_null($thirdPartyScriptsEnabled)) {
|
||||
// if third party libraries are not set to anything we will enable them by default, user can manually disable this
|
||||
// keep loading 3rd party libraries for existing users so the functionality is not broken
|
||||
$this->settings->set('3rd_party_libs.enabled', '1');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user