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 8af6f90 commit 71a64d9Copy full SHA for 71a64d9
Model/AdminNotificationFeed.php
@@ -156,7 +156,12 @@ public function checkUpdate()
156
return $this;
157
}
158
$session->setMfNoticeLastUpdate($time);
159
- return parent::checkUpdate();
+
160
+ if ($this->_moduleManager->isEnabled('Magento_AdminNotification')) {
161
+ return parent::checkUpdate();
162
+ } else {
163
+ return $this;
164
+ }
165
166
167
/**
0 commit comments