Skip to content

Commit f74843c

Browse files
committed
Bug fixed.
1 parent 6d268cc commit f74843c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/lib/ethplorer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2693,7 +2693,7 @@ protected function _getRateByDate($address, $date){
26932693
}
26942694

26952695
protected function _getPDiff($a, $b){
2696-
var $res = 100;
2696+
$res = 100;
26972697
if(!$b){
26982698
return ($a > 0) ? FALSE : 0;
26992699
}

0 commit comments

Comments
 (0)