Skip to content

Commit

Permalink
Update rexshop.php
Browse files Browse the repository at this point in the history
  • Loading branch information
srexi committed Oct 13, 2022
1 parent de8b105 commit 4540bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/plugins/rexshop.php
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ function handleDisputedTransaction($request)
}

$user = $db->fetch_array($query, PDO::FETCH_ASSOC);
if (!isset($user['uid')) || intval($user['uid']) < 1) {
if (!isset($user['uid']) || intval($user['uid']) < 1) {
return rexshop_on_failure();
}

Expand Down

0 comments on commit 4540bd3

Please sign in to comment.