diff --git a/src/Entity/Content.php b/src/Entity/Content.php index 1f1471df..24ae8e3f 100644 --- a/src/Entity/Content.php +++ b/src/Entity/Content.php @@ -911,7 +911,7 @@ class Content if ($this->contentExtension instanceof ContentExtension) { $this->listFormat = Excerpt::getExcerpt($this->getExtras()['listFormat'], 191); } else { - $this->title = ''; + $this->listFormat = ''; } return $this;