Skip to content

Commit

Permalink
[BUGFIX] Solved issue in combination with Magmodules_Channable
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisvoncken authored Aug 3, 2021
1 parent d697a3f commit 9686271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function getConfigDisplayValue($path, $contextScope, $contextScopeId) {
];
}
if (isset($option['value'])) {
$optionsByValue[$option['value']] = $option;
@$optionsByValue[$option['value']] = $option;
}
}

Expand Down

0 comments on commit 9686271

Please sign in to comment.