Fix function call to go to the correct place
This commit is contained in:
parent
0a2a4b5bc6
commit
310818c3a4
@ -210,8 +210,8 @@ sub edit {
|
||||
or return undef;
|
||||
|
||||
# Set the status of the edited recipe
|
||||
$self -> set_state($args -> {"previd"},
|
||||
$self -> {"settings"} -> {"config"} -> {"Recipe:status:edited"} // "edited")
|
||||
$self -> set_status($args -> {"previd"},
|
||||
$self -> {"settings"} -> {"config"} -> {"Recipe:status:edited"} // "edited")
|
||||
or return undef;
|
||||
|
||||
return $args -> {"id"};
|
||||
|
Loading…
x
Reference in New Issue
Block a user