Skip to content

Commit ff192cb

Browse files
author
cspruiell
committed
MAGETWO-57795: Support Varnish of new versions and new purge modes
- fix BiC change
1 parent 1f0fdff commit ff192cb

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Backend/Model/View/Result

1 file changed

+1
-1
lines changed

app/code/Magento/Backend/Model/View/Result/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public function addJs(View\Element\AbstractBlock $block)
8989
* @param string $containerName
9090
* @return $this
9191
*/
92-
private function moveBlockToContainer(View\Element\AbstractBlock $block, $containerName)
92+
protected function moveBlockToContainer(View\Element\AbstractBlock $block, $containerName)
9393
{
9494
$this->layout->setChild($containerName, $block->getNameInLayout(), '');
9595
return $this;

0 commit comments

Comments
 (0)