File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Backend/Modules/Settings/Actions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ private function loadForm(): void
338
338
);
339
339
340
340
if ($ level === ConsentDialog::CONSENT_FUNCTIONALITY_STORAGE ) {
341
- $ checkbox ->setAttribute ('disabled ' , 'disabled ' );
341
+ $ checkbox ->setAttribute ('disabled ' , 'disabled ' );
342
342
}
343
343
}
344
344
$ this ->template ->assign ('privacy_consent_levels ' , ConsentDialog::getConsentLevels ());
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function getLevels(bool $includeFunctional = false): array
80
80
$ defaultValue = $ level === self ::CONSENT_FUNCTIONALITY_STORAGE ;
81
81
if ($ this ->settings ->get ('Core ' , 'privacy_consent_level_ ' . $ level , $ defaultValue )) {
82
82
$ levels [] = $ level ;
83
- }
83
+ }
84
84
}
85
85
86
86
return $ levels ;
You can’t perform that action at this time.
0 commit comments