There was an error while loading. Please reload this page.
2 parents 9fc50b0 + 4e55d77 commit d41cb6cCopy full SHA for d41cb6c
1 file changed
src/Model/LandingPage.php
@@ -611,10 +611,9 @@ public function getLandingPageDataWithoutStore(): array
611
LandingPageInterface::OVERVIEW_PAGE_ID,
612
LandingPageInterface::OVERVIEW_PAGE_IMAGE,
613
LandingPageInterface::URL_PATH,
614
- LandingPageInterface::STORE_ID,
615
];
616
617
- if ($this->getData(LandingPageInterface::STORE_ID) === 0) {
+ if ((int) $this->getData(LandingPageInterface::STORE_ID) === 0) {
618
$fields[] = LandingPageInterface::NAME;
619
}
620
0 commit comments