Skip to content

Commit

Permalink
remove variable variables sign
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat authored May 5, 2022
1 parent db13991 commit 4367c3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public function getDataForEditmode($data, $object = null, $params = [])
foreach ($priceCalculators as $type) {
$calculationBehaviourTypes[] = [$type, 'coreshop_product_quantity_price_rules_calculator_' . strtolower($type)];
}
foreach ($$actions as $type) {
foreach ($actions as $type) {
$pricingBehaviourTypes[] = [$type, 'coreshop_product_quantity_price_rules_behaviour_' . strtolower($type)];
}

Expand Down

0 comments on commit 4367c3e

Please sign in to comment.