Skip to content
Snippets Groups Projects
Commit f9dc428e authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-6203: fixing getting the correct author

parent ac3addaa
No related branches found
No related tags found
1 merge request!315ISTWCMS-6203: fixing getting the correct author
...@@ -667,7 +667,7 @@ class UwNodeFieldValue { ...@@ -667,7 +667,7 @@ class UwNodeFieldValue {
// If there is no author in the field, get the owner // If there is no author in the field, get the owner
// of the blog post. // of the blog post.
if (!$node->field_author) { if (!$node->field_author->value) {
// Set the author to the person who made blog. // Set the author to the person who made blog.
$author = [ $author = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment