Skip to content

Commit

Permalink
Fixed value check
Browse files Browse the repository at this point in the history
  • Loading branch information
DawoudIO committed Mar 2, 2025
1 parent f9868e9 commit ecf6ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DonatedItemEditor.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
} else {
//FirstPass
//Are we editing or adding?
if (strlen($iDonatedItemID) > 0) {
if ($iDonatedItemID > 0) {
//Editing....
//Get all the data on this record

Expand Down

0 comments on commit ecf6ca2

Please sign in to comment.