Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
field_collection
Commits
c5410bdb
Commit
c5410bdb
authored
Jun 06, 2014
by
Liam Morland
Browse files
RT-Ticket: #349189: Update use of ajax_get_form() for compatibility with Drupal 7.27.
parent
41704f82
Changes
1
Hide whitespace changes
Inline
Side-by-side
field_collection.module
View file @
c5410bdb
...
...
@@ -1470,7 +1470,7 @@ function field_collection_remove_js() {
unset
(
$_POST
[
'ajax_html_ids'
]);
}
list
(
$form
,
$form_state
)
=
ajax_get_form
();
list
(
$form
,
$form_state
,
$form_id
,
$form_build_id
,
$commands
)
=
ajax_get_form
();
drupal_process_form
(
$form
[
'#form_id'
],
$form
,
$form_state
);
// Get the information on what we're removing.
...
...
Write
Preview
Supports
Markdown
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