We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 969e28b commit 49abb11Copy full SHA for 49abb11
src/Providers/Dcterms.php
@@ -51,7 +51,7 @@ public function getDescription()
51
*/
52
public function getAuthorName()
53
{
54
- if ($this->bag->get('creator'))
+ if (!empty($this->bag->get('creator')))
55
return $this->bag->get('creator');
56
return $this->bag->get('author');
57
}
0 commit comments