1
This commit is contained in:
parent
f29ed51d25
commit
64c5831cf5
@ -92,6 +92,9 @@ class RankingController extends BaseAuthedController {
|
|||||||
private function internalGetActivityRankData($type)
|
private function internalGetActivityRankData($type)
|
||||||
{
|
{
|
||||||
$channel = 6516;
|
$channel = 6516;
|
||||||
|
if (SERVER_ENV != _ONLINE) {
|
||||||
|
$channel = 6513;
|
||||||
|
}
|
||||||
$userInfo = $this->_getOrmUserInfo();
|
$userInfo = $this->_getOrmUserInfo();
|
||||||
$myRanked = array(
|
$myRanked = array(
|
||||||
'ranked' => -1,
|
'ranked' => -1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user