Skip to content

Commit 4f0322f

Browse files
authored
Update ResultPlugin.php
1 parent 02f6402 commit 4f0322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Controller/ResultPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function aroundRenderResult(
8282

8383
$ignoredStrings = $this->scopeConfig->getValue(
8484
'mfrocketjavascript/general/ignore_deferred_javascript_with',
85-
\Magento\Store\Model\ScopeInterface::SCOPE_STORE);
85+
\Magento\Store\Model\ScopeInterface::SCOPE_STORE) ?: '';
8686
$ignoredStrings = explode("\n", str_replace("\r", "\n", $ignoredStrings));
8787
foreach ($ignoredStrings as $key => $ignoredString) {
8888
$ignoredString = trim($ignoredString);

0 commit comments

Comments
 (0)