Hi
When I save in appearance/settings/zircon
I have a error:
Fatal error: Call to undefined function nucleus_form_variable_realm_variable_theme_form_submit() in /home/xxxx/xxxxforum/includes/form.inc on line 1464

and does not save anything

Nucleus Version: 7.x-1.2

you know why?

thanks

Comments

jonny@la-graciosa.com’s picture

FIxed excluding call to function in form.inc line 1564:

else {
if ($function != 'nucleus_form_variable_realm_variable_theme_form_submit')
$function($form, $form_state);
}