Commit d5623b35 authored by zw's avatar zw

bug

parent fa9fd55e
...@@ -184,7 +184,7 @@ class RankingListService ...@@ -184,7 +184,7 @@ class RankingListService
$m_config = new SystemConfig(); $m_config = new SystemConfig();
$rule = $m_config->getSettingV2(['params' => 'week_competition_' . $site_id], 'rule'); $rule = $m_config->getSettingV2(['params' => 'week_competition_' . $site_id], 'rule');
if (empty($rule)) { if (empty($rule)) {
return false; return null;
} }
$rule_arr = json_decode($rule, true); $rule_arr = json_decode($rule, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment