contrib modules security updates
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user