Skip to content

Commit

Permalink
Virtual theme: Check added
Browse files Browse the repository at this point in the history
  • Loading branch information
rommmka committed Dec 29, 2022
1 parent 53f1158 commit cb9d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/adminhtml/templates/config/field/virtual_check.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<h4>Virtual Theme Check</h4>

<?php
if ($block->getVirtualThemes()): ?>
if ($block->getVirtualThemes()->getSize() < 1): ?>
<p style="color: green;">No virtual themes found. Check: passed!</p>
<?php else: ?>
<table>
Expand Down

0 comments on commit cb9d403

Please sign in to comment.