contrib modules security updates

This commit is contained in:
Bachir Soussi Chiadmi
2016-10-13 12:10:40 +02:00
parent ffd758abc9
commit 747127f643
732 changed files with 67976 additions and 23207 deletions

View File

@@ -7,9 +7,9 @@ dependencies[] = ctools
files[] = xmlsitemap_modal.module
hidden = TRUE
; Information added by drupal.org packaging script on 2012-12-08
version = "7.x-2.0-rc2+0-dev"
; Information added by Drupal.org packaging script on 2016-05-25
version = "7.x-2.3"
core = "7.x"
project = "xmlsitemap"
datestamp = "1354931808"
datestamp = "1464191061"

View File

@@ -27,7 +27,7 @@ function xmlsitemap_modal_get_form() {
$form_state = array(
'ajax' => TRUE,
'args' => $args,
'build_info' => array('args' => $args),
);
$commands = ctools_modal_form_wrapper($form_id, $form_state);
@@ -37,8 +37,8 @@ function xmlsitemap_modal_get_form() {
$commands[] = ctools_ajax_command_redirect($_GET['destination']);
}
}
return ajax_render($commands);
//return ctools_ajax_render($commands);
print ajax_render($commands);
exit;
}
else {
array_unshift($args, $form_id);