From 4fdb49454f3464703421bdddf8da5ba33fd9ac83 Mon Sep 17 00:00:00 2001 From: Thomas Rubini <74205383+ThomasRubini@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:28:57 +0100 Subject: [PATCH] fix typo --- Views/recipe/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Views/recipe/view.php b/Views/recipe/view.php index cdd8e20..1d2571a 100644 --- a/Views/recipe/view.php +++ b/Views/recipe/view.php @@ -40,7 +40,7 @@ $O_recipe = $A_view["RECIPE"]; I_AUTHOR_ID && $O_appr->I_AUTHOR_ID !== null) + ($A_view["USER_ID"] === $O_recipe->I_AUTHOR_ID && $O_recipe->I_AUTHOR_ID !== null) ); if ($B_can_interact) { ?>