Skip to content

Commit be88683

Browse files
committed
ACP2E-23: [Magento Cloud] Error message in PDP disappearing quickly
1 parent d19e724 commit be88683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/CustomerData/Messages.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private function sectionTimestampFlag(): bool
105105

106106
if ((bool) $this->appConfig->getValue($this->synchronizer::ALLOW_SYNC_WITH_BACKEND_PATH)) {
107107
$sections = $this->request->getParam('sections');
108-
$sectionNames = explode(", ", $sections);
108+
$sectionNames = explode(",", $sections);
109109
if (!empty($sections) && in_array('cart', $sectionNames)) {
110110
$forceNewSectionTimestampFlg = false;
111111
$forceNewSectionTimestamp = $this->request->getParam('force_new_section_timestamp')

0 commit comments

Comments
 (0)