Skip to content

Commit 71a64d9

Browse files
7151-issue-with-the-community-module
1 parent 8af6f90 commit 71a64d9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Model/AdminNotificationFeed.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,12 @@ public function checkUpdate()
156156
return $this;
157157
}
158158
$session->setMfNoticeLastUpdate($time);
159-
return parent::checkUpdate();
159+
160+
if ($this->_moduleManager->isEnabled('Magento_AdminNotification')) {
161+
return parent::checkUpdate();
162+
} else {
163+
return $this;
164+
}
160165
}
161166

162167
/**

0 commit comments

Comments
 (0)