Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_cfg_common
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_cfg_common
Commits
ed9e04ee
Commit
ed9e04ee
authored
3 years ago
by
Eric Bremner
Browse files
Options
Downloads
Patches
Plain Diff
ISTWCMS-4619: fixing comments
parent
c57d2a56
No related branches found
No related tags found
1 merge request
!111
Tag 1.0.1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Service/UWService.php
+1
-1
1 addition, 1 deletion
src/Service/UWService.php
with
1 addition
and
1 deletion
src/Service/UWService.php
+
1
−
1
View file @
ed9e04ee
...
@@ -496,7 +496,7 @@ class UWService implements UWServiceInterface {
...
@@ -496,7 +496,7 @@ class UWService implements UWServiceInterface {
$author
=
$node
->
field_author
->
value
;
$author
=
$node
->
field_author
->
value
;
// If there is no author in the field, get the last
// If there is no author in the field, get the last
// person to revise t
e
h blog post.
// person to revise th
e
blog post.
if
(
!
$author
)
{
if
(
!
$author
)
{
// Set the author to the person who made blog.
// Set the author to the person who made blog.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment