Skip to content

Commit 720ab79

Browse files
committed
Merge remote-tracking branch 'ogresce/MAGETWO-14569-invalid-method-call-grid' into develop
2 parents 43c466a + a8c42a0 commit 720ab79

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backup/Controller/Adminhtml/Index

1 file changed

+1
-1
lines changed

app/code/Magento/Backup/Controller/Adminhtml/Index/Grid.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Grid extends \Magento\Backup\Controller\Adminhtml\Index
1515
*/
1616
public function execute()
1717
{
18-
$this->renderLayot(false);
18+
$this->_view->loadLayout();
1919
$this->_view->renderLayout();
2020
}
2121
}

0 commit comments

Comments
 (0)