forked from wallabag/wallabag
Merge pull request #3181 from wallabag/api-content-patch
Add ability to patch an entry with more fields
This commit is contained in:
@ -105,7 +105,7 @@ class ContentProxy
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($content['authors'])) {
|
||||
if (!empty($content['authors']) && is_array($content['authors'])) {
|
||||
$entry->setPublishedBy($content['authors']);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user