This commit is contained in:
jekkos
2022-11-19 00:41:09 +01:00
committed by Steve Ireland
parent cad5dbaf19
commit ab970d7f5f

View File

@@ -614,7 +614,7 @@ class Items extends Secure_Controller
$success = TRUE;
$new_item = FALSE;
if($item_id == NEW_ITEM)
if($item_id === NEW_ITEM)
{
$item_id = $item_data['item_id'];
$new_item = TRUE;