fix typo
This commit is contained in:
parent
9014ca45f3
commit
4fdb49454f
@ -40,7 +40,7 @@ $O_recipe = $A_view["RECIPE"];
|
|||||||
<?php
|
<?php
|
||||||
$B_can_interact = (
|
$B_can_interact = (
|
||||||
$A_view["ADMIN"] ||
|
$A_view["ADMIN"] ||
|
||||||
($A_view["USER_ID"] === $O_appr->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) { ?>
|
if ($B_can_interact) { ?>
|
||||||
<section class="buttonsEditRecipe">
|
<section class="buttonsEditRecipe">
|
||||||
|
Loading…
Reference in New Issue
Block a user