We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a082051 commit de8b105Copy full SHA for de8b105
inc/plugins/rexshop.php
@@ -554,6 +554,9 @@ function handleDisputedTransaction($request)
554
}
555
556
$user = $db->fetch_array($query, PDO::FETCH_ASSOC);
557
+ if (!isset($user['uid')) || intval($user['uid']) < 1) {
558
+ return rexshop_on_failure();
559
+ }
560
561
$banned_groups = [];
562
$q = $db->simple_select('usergroups', 'gid', 'isbannedgroup=1');
0 commit comments