1
This commit is contained in:
parent
6322d6cbae
commit
b54db6f9b5
@ -169,7 +169,7 @@ class EventRankingController extends BaseAuthedController
|
|||||||
$guildDb = Guild::find($row['guild_id']);
|
$guildDb = Guild::find($row['guild_id']);
|
||||||
// $guildDb = null;
|
// $guildDb = null;
|
||||||
if (!$userInfo['guild_id']){
|
if (!$userInfo['guild_id']){
|
||||||
$this->myRanked = array();
|
$this->myRanked['guild'] = array();
|
||||||
}else if($userInfo['guild_id'] && $userInfo['guild_id'] == $row['guild_id']){
|
}else if($userInfo['guild_id'] && $userInfo['guild_id'] == $row['guild_id']){
|
||||||
$this->myRanked['ranked'] = $ranked;
|
$this->myRanked['ranked'] = $ranked;
|
||||||
$this->myRanked['user'] = array();
|
$this->myRanked['user'] = array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user