Skip to content

Commit d41cb6c

Browse files
Fix: alp name (#152)
Fix: alp name
2 parents 9fc50b0 + 4e55d77 commit d41cb6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Model/LandingPage.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -611,10 +611,9 @@ public function getLandingPageDataWithoutStore(): array
611611
LandingPageInterface::OVERVIEW_PAGE_ID,
612612
LandingPageInterface::OVERVIEW_PAGE_IMAGE,
613613
LandingPageInterface::URL_PATH,
614-
LandingPageInterface::STORE_ID,
615614
];
616615

617-
if ($this->getData(LandingPageInterface::STORE_ID) === 0) {
616+
if ((int) $this->getData(LandingPageInterface::STORE_ID) === 0) {
618617
$fields[] = LandingPageInterface::NAME;
619618
}
620619

0 commit comments

Comments
 (0)