Merge pull request #79 from ThomasRubini/comment

This commit is contained in:
Thomas Rubini 2023-01-24 20:14:08 +01:00 committed by GitHub
commit c7974b4505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,12 +18,6 @@ final class RecipeController
$A_returnArray["ADMIN"] = Session::is_admin();
View::show("recipe/view", $A_returnArray);
// print_r($A_urlParams);
// $O_recetteModel = new RecipeIngredientsModel();
// $O_recetteModel->getByID("");
// View::show('helloworld/testform', array('formData' => $A_postParams));
}
public function editAction(Array $A_urlParams = null, Array $A_postParams = null)