We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b486c7 commit 2a61904Copy full SHA for 2a61904
Model/Config/Backend/Serialized/MiscScriptArraySerialized.php
@@ -18,7 +18,7 @@ public function afterLoad()
18
{
19
parent::afterLoad();
20
$values = $this->getValue();
21
- if(is_array($values)){
+ if (is_array($values)) {
22
foreach ($values as &$value) {
23
if (!array_key_exists('is_enabled', $value)) {
24
$value['is_enabled'] = '';
0 commit comments