mirror of
https://github.com/jbcr/core.git
synced 2026-03-24 00:42:14 +01:00
Set $this->format empty instead of $this->title
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user