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 d19e724 commit be88683Copy full SHA for be88683
app/code/Magento/Theme/CustomerData/Messages.php
@@ -105,7 +105,7 @@ private function sectionTimestampFlag(): bool
105
106
if ((bool) $this->appConfig->getValue($this->synchronizer::ALLOW_SYNC_WITH_BACKEND_PATH)) {
107
$sections = $this->request->getParam('sections');
108
- $sectionNames = explode(", ", $sections);
+ $sectionNames = explode(",", $sections);
109
if (!empty($sections) && in_array('cart', $sectionNames)) {
110
$forceNewSectionTimestampFlg = false;
111
$forceNewSectionTimestamp = $this->request->getParam('force_new_section_timestamp')
0 commit comments