We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_iterable()
1 parent 193f51f commit d522d6bCopy full SHA for d522d6b
app/design/adminhtml/default/default/template/widget/grid.phtml
@@ -146,7 +146,7 @@ $numColumns = count($this->getColumns());
146
147
<?php endforeach ?>
148
</tr>
149
- <?php if ($_multipleRows = $this->getMultipleRows($_item)):?>
+ <?php if (is_iterable($_multipleRows = $this->getMultipleRows($_item))):?>
150
<?php foreach ($_multipleRows as $_i):?>
151
<tr>
152
<?php $i=0;foreach ($this->getMultipleRowColumns($_i) as $_column): ?>
0 commit comments