예제 #1
0
 function edit_wizard_finish(&$form_state)
 {
     // These might be stored by the stylizer wizard, so we should clear them.
     if (isset($form_state['settings']['old_settings'])) {
         unset($form_state['settings']['old_settings']);
     }
     $this->store_stylizer_info($form_state);
     parent::edit_wizard_finish($form_state);
 }