Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ajax_comments-3303847
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
ajax_comments-3303847
Commits
ff453fc3
Commit
ff453fc3
authored
10 years ago
by
Ryan Dekker
Committed by
Volkan Jacobsen
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
removing notice
parent
f381a8fc
No related branches found
Branches containing commit
Tags
8.8.2
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ajax_comments.module
+1
-1
1 addition, 1 deletion
ajax_comments.module
with
1 addition
and
1 deletion
ajax_comments.module
+
1
−
1
View file @
ff453fc3
...
...
@@ -471,7 +471,7 @@ function ajax_comments_entity_prepare_view($entities, $entity_type, $langcode) {
foreach
(
$entities
as
$id
=>
$entity
)
{
$depth
=
count
(
explode
(
'.'
,
$entity
->
thread
))
-
1
;
$depth
=
isset
(
$entity
->
thread
)
?
count
(
explode
(
'.'
,
$entity
->
thread
))
-
1
:
0
;
$entity
->
wrappers_to_close
=
0
;
...
...
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