Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
og-3469354
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
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
og-3469354
Commits
079024d4
Commit
079024d4
authored
17 years ago
by
Moshe Weitzman
Browse files
Options
Downloads
Patches
Plain Diff
#199485
Undocumented Dependency: Comment.module in default Views. patch by moshe weitzman.
parent
da8716df
No related branches found
Tags
4.7.x-1.6-beta5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
og_views.inc
+1
-1
1 addition, 1 deletion
og_views.inc
with
1 addition
and
1 deletion
og_views.inc
+
1
−
1
View file @
079024d4
...
...
@@ -509,7 +509,7 @@ function og_views_default_views() {
);
$view
->
exposed_filter
=
array
(
);
$view
->
requires
=
array
(
og_node_data
,
node
,
users
,
node_comment_statistics
,
og_uid_node
);
$view
->
requires
=
array
(
og_node_data
,
node
,
users
,
og_uid_node
);
$views
[
$view
->
name
]
=
$view
;
// OG_UNREAD VIEW
...
...
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