Skip to content

Commit 46a9884

Browse files
committed
MC-2379: CMS content containing widget directives is not updated
- fix static
1 parent 43215c2 commit 46a9884

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/code/Magento/Cms/Block/Widget/Block.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,9 @@ public function __construct(
6262
}
6363

6464
/**
65-
* Prepare block text and determine whether block output enabled or not
66-
* Prevent blocks recursion if needed
65+
* Prepare block text and determine whether block output enabled or not.
66+
*
67+
* Prevent blocks recursion if needed.
6768
*
6869
* @return $this
6970
*/
@@ -110,6 +111,8 @@ public function getIdentities()
110111
}
111112

112113
/**
114+
* Get block
115+
*
113116
* @return CmsBlock|null
114117
*/
115118
private function getBlock(): ?CmsBlock

0 commit comments

Comments
 (0)