mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
Use log_save() method instead of $log->save().
This commit is contained in:
parent
9b07b45d86
commit
ec7aa6c19b
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ function farm_livestock_move_form_submit($form, &$form_state) {
|
|||
}
|
||||
|
||||
// Save the movement log.
|
||||
$movement_log->save();
|
||||
log_save($movement_log);
|
||||
|
||||
// Build pre grazing measurements.
|
||||
$pre_grazing_measurements = array();
|
||||
|
|
Loading…
Reference in a new issue