Fix undefined variable
This commit is contained in:
parent
e7c788715e
commit
3cc4f20a97
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ switch ($_SERVER['REQUEST_METHOD']) {
|
|||
:wish_price
|
||||
);',
|
||||
array(
|
||||
'wish_id' => $wish_id,
|
||||
'wish_id' => $wish->id,
|
||||
'wish_price' => $wish_price,
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue