1
This commit is contained in:
parent
2fb50de087
commit
13a42284f9
@ -35,7 +35,7 @@ class HashRateService extends BaseService
|
||||
}
|
||||
$currentPeriod= \mt\AchievementsCycle::getCurrentPeriod();
|
||||
if (myself()->_getDaySeconds(getXVal($this->hashRateData, 'modifytime', 0)) <
|
||||
myself()->_getDaySeconds($currentPeriod['obtain_start_time'])) {
|
||||
myself()->_getDaySeconds(strtotime($currentPeriod['obtain_start_time']))) {
|
||||
$this->hashRateData = array(
|
||||
'pvpData' => array(),
|
||||
'mobaData' => array(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user