Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
X
xmlsitemap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
xmlsitemap
Commits
66e9e278
Commit
66e9e278
authored
Jun 09, 2014
by
andrei.dincu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2249723
by andrei.dincu: Put NULL as conditions instead of array() to get all sitemaps
parent
c559c05e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xmlsitemap.module
xmlsitemap.module
+1
-1
No files found.
xmlsitemap.module
View file @
66e9e278
...
...
@@ -359,7 +359,7 @@ function xmlsitemap_sitemap_load_multiple($smids = array(), array $conditions =
$conditions
[
'smid'
]
=
$smids
;
}
else
{
$conditions
[
'smid'
]
=
array
()
;
$conditions
[
'smid'
]
=
NULL
;
}
$storage
=
Drupal
::
entityManager
()
->
getStorage
(
'xmlsitemap'
);
...
...
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