This commit is contained in:
grandeljay 2023-01-28 15:01:31 +01:00
parent 070e7eebc0
commit f613b11fe7

View file

@ -168,8 +168,8 @@ switch ($_SERVER['REQUEST_METHOD']) {
* Product
*/
$wish_price = empty($_POST['wish_price']) || 'false' === $wish_is_purchasable
? 'NULL'
: Sanitiser::getNumber($_POST['wish_price']);
? 'NULL'
: Sanitiser::getNumber($_POST['wish_price']);
$database
->query(