Fix function call to go to the correct place

This commit is contained in:
Chris 2016-12-24 16:52:18 +00:00
parent 0a2a4b5bc6
commit 310818c3a4

View File

@ -210,8 +210,8 @@ sub edit {
or return undef; or return undef;
# Set the status of the edited recipe # Set the status of the edited recipe
$self -> set_state($args -> {"previd"}, $self -> set_status($args -> {"previd"},
$self -> {"settings"} -> {"config"} -> {"Recipe:status:edited"} // "edited") $self -> {"settings"} -> {"config"} -> {"Recipe:status:edited"} // "edited")
or return undef; or return undef;
return $args -> {"id"}; return $args -> {"id"};