Révision 3753f249
Ajouté par Assos Assos il y a plus de 10 ans
htmltest/sites/all/modules/ctools/includes/context-admin.inc | ||
---|---|---|
416 | 416 |
ctools_cache_operation($mechanism, $cache_key, 'finalize', $object); |
417 | 417 |
|
418 | 418 |
// Very irritating way to update the form for our contexts. |
419 |
$arg_form_state = array('values' => array()); |
|
419 |
$arg_form_state = array( |
|
420 |
'values' => array(), |
|
421 |
'programmed' => FALSE, |
|
422 |
'process_input' => FALSE, |
|
423 |
'complete form' => array(), |
|
424 |
); |
|
420 | 425 |
|
421 | 426 |
$arg_form = array( |
422 | 427 |
'#post' => array(), |
423 | 428 |
'#programmed' => FALSE, |
424 | 429 |
'#tree' => FALSE, |
430 |
'#parents' => array(), |
|
431 |
'#array_parents' => array(), |
|
425 | 432 |
); |
426 | 433 |
|
427 | 434 |
// Build a chunk of the form to merge into the displayed form |
... | ... | |
446 | 453 |
'#post' => array(), |
447 | 454 |
'#programmed' => FALSE, |
448 | 455 |
'#tree' => FALSE, |
456 |
'#parents' => array(), |
|
457 |
'#array_parents' => array(), |
|
449 | 458 |
); |
450 | 459 |
|
451 | 460 |
$rel_form['relationship'] = array( |
Formats disponibles : Unified diff
Weekly update of contrib modules