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.
1 parent 85f5aa4 commit 730c8deCopy full SHA for 730c8de
app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml
@@ -16,7 +16,7 @@
16
*
17
*/
18
/* @var $block \Magento\Backend\Block\Widget\Grid */
19
-$numColumns = ($block->getColumns() !== null) ? count($block->getColumns()) : 0;
+$numColumns = $block->getColumns() !== null ? count($block->getColumns()) : 0;
20
?>
21
<?php if ($block->getCollection()) : ?>
22
<?php if ($block->canDisplayContainer()) : ?>
0 commit comments