File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Contact/view/frontend/templates
SendFriend/view/frontend/templates Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (!$block->getButtonLockManager()) {
12
12
$ objectManager = \Magento \Framework \App \ObjectManager::getInstance ();
13
13
$ block ->setButtonLockManager (
14
14
$ objectManager ->get (\Magento \Framework \View \Element \ButtonLockManager::class)
15
- );
15
+ );
16
16
}
17
17
/** @var \Magento\Contact\ViewModel\UserDataProvider $viewModel */
18
18
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (!$block->getButtonLockManager()) {
12
12
$ objectManager = \Magento \Framework \App \ObjectManager::getInstance ();
13
13
$ block ->setButtonLockManager (
14
14
$ objectManager ->get (\Magento \Framework \View \Element \ButtonLockManager::class)
15
- );
15
+ );
16
16
}
17
17
/** @var \Magento\Framework\View\Helper\SecureHtmlRenderer $secureRenderer */
18
18
// phpcs:disable PHPCompatibility.Miscellaneous.RemovedAlternativePHPTags.MaybeASPOpenTagFound
You can’t perform that action at this time.
0 commit comments