Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a0ec577e
Commit
a0ec577e
authored
Oct 13, 2009
by
webchick
Browse files
#569318
by Benjamin Melançon: Fixed hook_comment_load() never gets called.
parent
9058a898
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/comment/comment.module
View file @
a0ec577e
...
...
@@ -1511,6 +1511,7 @@ protected function attachLoad(&$comments) {
$comment
->
node_type
=
'comment_node_'
.
$comment
->
node_type
;
$comments
[
$key
]
=
$comment
;
}
parent
::
attachLoad
(
$comments
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment