- Patch #99160 by Darren Oh: image toolkit settings were missing.
parent
f6259ad36c
commit
5b384d3924
|
@ -741,6 +741,7 @@ function system_image_toolkit_settings() {
|
||||||
'#default_value' => variable_get('image_toolkit', image_get_toolkit()),
|
'#default_value' => variable_get('image_toolkit', image_get_toolkit()),
|
||||||
'#options' => $toolkits_available
|
'#options' => $toolkits_available
|
||||||
);
|
);
|
||||||
|
$form['image_toolkit_settings'] = image_toolkit_invoke('settings');
|
||||||
|
|
||||||
return system_settings_form($form);
|
return system_settings_form($form);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue