Correct edited state case

This commit is contained in:
Chris 2017-01-08 17:37:30 +00:00
parent 6f35b4d1b1
commit 0e62120ecc

View File

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