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.
2 parents 8e11a8d + 239d2d7 commit 7787803Copy full SHA for 7787803
app/code/Magento/Backend/Block/AbstractBlock.php
@@ -27,7 +27,7 @@ class AbstractBlock extends \Magento\Framework\View\Element\AbstractBlock
27
*/
28
public function __construct(\Magento\Backend\Block\Context $context, array $data = [])
29
{
30
- parent::__construct($context, $data);
31
$this->_authorization = $context->getAuthorization();
+ parent::__construct($context, $data);
32
}
33
0 commit comments