Skip to content

Commit 4540bd3

Browse files
authored
Update rexshop.php
1 parent de8b105 commit 4540bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/plugins/rexshop.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ function handleDisputedTransaction($request)
554554
}
555555

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

0 commit comments

Comments
 (0)