[go: nahoru, domu]

Skip to content

Commit

Permalink
Set $this->format empty instead of $this->title
Browse files Browse the repository at this point in the history
  • Loading branch information
nestordedios committed Jan 29, 2024
1 parent ee3c140 commit abd9e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Content.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ public function setListFormat(): self
if ($this->contentExtension instanceof ContentExtension) {
$this->listFormat = Excerpt::getExcerpt($this->getExtras()['listFormat'], 191);
} else {
$this->title = '';
$this->listFormat = '';
}

return $this;
Expand Down

0 comments on commit abd9e2e

Please sign in to comment.