1
This commit is contained in:
parent
c251a6bbce
commit
985371307f
@ -170,6 +170,8 @@ class EventRankingController extends BaseAuthedController
|
||||
$this->myRanked['guild'] = array();
|
||||
}
|
||||
$guildDb = Guild::find($userInfo['guild_id']);
|
||||
error_log("********************************");
|
||||
error_log(json_encode(Guild::toSimple($guildDb)));
|
||||
if($userInfo['guild_id'] && $userInfo['guild_id'] == $row['guild_id']){
|
||||
// $guildDb = Guild::find($row['guild_id']);
|
||||
$this->myRanked['ranked'] = $ranked;
|
||||
|
Loading…
x
Reference in New Issue
Block a user