security core update

This commit is contained in:
Bachir Soussi Chiadmi
2016-12-19 16:57:32 +01:00
parent 13aafca7e4
commit f01fdbdd9c
145 changed files with 1121 additions and 480 deletions
+1 -1
View File
@@ -2883,7 +2883,7 @@ function confirm_form($form, $question, $path, $description = NULL, $yes = NULL,
// Prepare cancel link.
if (isset($_GET['destination'])) {
$options = drupal_parse_url(urldecode($_GET['destination']));
$options = drupal_parse_url($_GET['destination']);
}
elseif (is_array($path)) {
$options = $path;