Skip to content

Commit 2a61904

Browse files
author
Pini
authored
Update MiscScriptArraySerialized.php
1 parent 8b486c7 commit 2a61904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Config/Backend/Serialized/MiscScriptArraySerialized.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function afterLoad()
1818
{
1919
parent::afterLoad();
2020
$values = $this->getValue();
21-
if(is_array($values)){
21+
if (is_array($values)) {
2222
foreach ($values as &$value) {
2323
if (!array_key_exists('is_enabled', $value)) {
2424
$value['is_enabled'] = '';

0 commit comments

Comments
 (0)