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

oups

parent 5141df3b
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
if(isset($_GET["ingredients"]) AND !empty($_GET["ingredients"])){
$array = array();
foreach($_GET["ingredients"] as $ingredient){
$array[] = $_GET["ingredients"];
$array[] = $ingredient;
}
$search["ingredients"]=$array;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment