From 310818c3a426562069c2538bbc180f1baa9c5dc5 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 24 Dec 2016 16:52:18 +0000 Subject: [PATCH] Fix function call to go to the correct place --- modules/ORB/System/Recipe.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ORB/System/Recipe.pm b/modules/ORB/System/Recipe.pm index e7d4cd7..b6b8d02 100644 --- a/modules/ORB/System/Recipe.pm +++ b/modules/ORB/System/Recipe.pm @@ -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"};