Skip to content
Snippets Groups Projects
Commit 366b29fd authored by Dave Reid's avatar Dave Reid
Browse files

Issue #1392710 by Dave Reid, antoniogr, johan gant: Ensure all...

Issue #1392710 by Dave Reid, antoniogr, johan gant: Ensure all modulename.xmlsitemap.inc files are loaded in xmlsitemap_settings_form().
parent 96537b18
No related branches found
Tags 6.x-2.0-rc2
No related merge requests found
......@@ -367,6 +367,7 @@ function xmlsitemap_settings_form() {
);
$entities = xmlsitemap_get_link_info(NULL, TRUE);
module_load_all_includes('inc', 'xmlsitemap');
foreach ($entities as $entity => $entity_info) {
$form[$entity] = array(
'#type' => 'fieldset',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment