Skip to content

Commit 49abb11

Browse files
committed
small fixes
1 parent 969e28b commit 49abb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Providers/Dcterms.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function getDescription()
5151
*/
5252
public function getAuthorName()
5353
{
54-
if ($this->bag->get('creator'))
54+
if (!empty($this->bag->get('creator')))
5555
return $this->bag->get('creator');
5656
return $this->bag->get('author');
5757
}

0 commit comments

Comments
 (0)