Redirect to home on recipe deletion
This commit is contained in:
parent
cfe0277df5
commit
309106e4ab
@ -219,6 +219,8 @@ final class RecipeController
|
||||
}
|
||||
|
||||
$O_recipe->delete();
|
||||
|
||||
header("Location: /");
|
||||
}
|
||||
|
||||
public function searchAction(Array $A_urlParams = null, Array $A_postParams = null, Array $A_getParams = null)
|
||||
|
Loading…
Reference in New Issue
Block a user