switch arguments order
This commit is contained in:
parent
90fd668546
commit
24b2c1622c
@ -10,7 +10,7 @@ final class ApprModel {
|
||||
return $stmt->fetch();
|
||||
}
|
||||
|
||||
public function createAppr($I_recipe_id, $I_user_id, $S_Comment, $I_score)
|
||||
public function createAppr($I_user_id, $I_recipe_id, $S_Comment, $I_score)
|
||||
{
|
||||
$O_model = Model::get();
|
||||
$stmt = $O_model->prepare("
|
||||
|
Loading…
Reference in New Issue
Block a user