Skip to content

Commit abd9e2e

Browse files
committed
Set $this->format empty instead of $this->title
1 parent ee3c140 commit abd9e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Entity/Content.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ public function setListFormat(): self
911911
if ($this->contentExtension instanceof ContentExtension) {
912912
$this->listFormat = Excerpt::getExcerpt($this->getExtras()['listFormat'], 191);
913913
} else {
914-
$this->title = '';
914+
$this->listFormat = '';
915915
}
916916

917917
return $this;

0 commit comments

Comments
 (0)