pass the whole structure from recipe view to all apprs view

This commit is contained in:
Thomas Rubini 2023-01-24 18:39:15 +01:00
parent 3627fc92ab
commit 899e6e0559
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -35,13 +35,7 @@
<p>By <?= $A_view["AUTHOR_USERNAME"] ?></p>
<?php
View::show(
"appreciations/view_all",
array(
"APPRS" => $A_view["APPRS"],
"ADMIN" => $A_view["ADMIN"]
)
);
View::show("appreciations/view_all", $A_view)
?>
</main>