Skip to content
Snippets Groups Projects
Commit a1ffff6d authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

oups

parent 2c3c3333
No related branches found
No related tags found
No related merge requests found
......@@ -90,7 +90,7 @@ if(isset($_GET['recetteId']) && !empty($_GET['recetteId'])){
<div class="ingredients">
<h4>Ingredients</h4>
<?php
$ingredient=Recette::Recette::getIngredients($recetteId);
$ingredient=Recette::getIngredients($recetteId);
$i=0 ;
foreach($ingredient as $valeur){
$i++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment