Fix sensor settings form ajax.

This commit is contained in:
Michael Stenta 2017-06-28 14:53:21 -04:00
parent 28b89066d8
commit 3099bb607d
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ function farm_sensor_form_alter(&$form, &$form_state, $form_id) {
* Farm sensor settings form ajax.
*/
function farm_sensor_settings_form_ajax($form, $form_state) {
return $form['sensor_settings'];
return $form['sensor']['sensor_settings'];
}
/**