mirror of
https://github.com/tag1consulting/d7_to_d10_migration.git
synced 2025-09-06 09:01:23 +00:00
Update Drupal 7 dependencies
This commit is contained in:
parent
7d902ba1ef
commit
13df912654
391 changed files with 2900 additions and 1502 deletions
|
@ -323,7 +323,7 @@ function ajax_render($commands = array()) {
|
|||
function ajax_get_form() {
|
||||
$form_state = form_state_defaults();
|
||||
|
||||
$form_build_id = $_POST['form_build_id'];
|
||||
$form_build_id = (isset($_POST['form_build_id']) ? $_POST['form_build_id'] : '');
|
||||
|
||||
// Get the form from the cache.
|
||||
$form = form_get_cache($form_build_id, $form_state);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue