Skip to content

Commit

Permalink
correction ajout recette
Browse files Browse the repository at this point in the history
  • Loading branch information
dev2choiz committed Apr 23, 2015
1 parent 1530095 commit 3e1608b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Application/Controllers/Recette.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function insertRecette($params) { //ajouter une recette


unset($params['method']);

$params['top']="0";
var_dump("Webservice insert",$params);
$modelRecette = new \Application\Models\Recette();

Expand Down
10 changes: 9 additions & 1 deletion Application/Controllers/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,13 @@ public function deleteUser($params) {
}
return $this->setApiResult($deleted);
}










}

0 comments on commit 3e1608b

Please sign in to comment.