You are here

function gathercontent_import_wizard_next in GatherContent 7.3

Handles the 'next' click on the add/edit pane form wizard.

All we need to do is store the updated pane in the cache.

1 string reference to 'gathercontent_import_wizard_next'
gathercontent_import_form in ./gathercontent.import.inc
Multistep form function.

File

./gathercontent.import.inc, line 139

Code

function gathercontent_import_wizard_next(&$form_state) {
  gathercontent_import_cache_set($form_state['object_id'], $form_state['object']);
}