Skip to content

Commit

Permalink
ENGCOM-3959: Update popup_content.phtml #20561
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaschenko authored Jan 27, 2019
2 parents 69f9a31 + 9e6ff63 commit 6d27a03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<?php else: ?>
class="admin__control-select"
<?php endif; ?>>
<?php foreach ($block->getContainers() as $key => $value): ?>
<?php foreach ($containers as $key => $value): ?>
<option value="<?= /* @escapeNotVerified */ $key ?>" >
<?= /* @escapeNotVerified */ $value ?>
</option>
Expand Down

0 comments on commit 6d27a03

Please sign in to comment.