...
This commit is contained in:
parent
364f37e851
commit
4429c14ab2
@ -1877,7 +1877,10 @@ class MarketController extends BaseAuthedController
|
|||||||
'status' => 0,
|
'status' => 0,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
if ($row['item_id'] == null) {
|
if (!$row) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
if (!$row['item_id']) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
return $row;
|
return $row;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user