Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
H
h5p
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
h5p
Commits
2b9fd7fe
Commit
2b9fd7fe
authored
Oct 15, 2019
by
paalj
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '7.x-1.x-dev' of git.drupal.org:project/h5p into 7.x-1.x-dev
parents
9e34782e
fd7e82ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
h5p.classes.inc
h5p.classes.inc
+1
-2
No files found.
h5p.classes.inc
View file @
2b9fd7fe
...
...
@@ -962,8 +962,7 @@ class H5PDrupal implements H5PFrameworkInterface {
"JOIN
{
h5p_nodes_libraries
}
AS l "
.
"ON n.content_id = l.content_id "
.
"SET n.filtered = '' "
.
"WHERE l.library_id IN (:library_ids) "
.
"AND l.dependency_type = 'preloaded'"
,
"WHERE l.library_id IN (:library_ids) "
,
array
(
':library_ids'
=>
$library_ids
)
...
...
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