Commit 41d5907b8c9d5ceef19a062e6753d8432f835b5f

Authored by Alex Savenko
1 parent a2b3737f

ga fix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -157,7 +157,7 @@ class GaController extends CrudResourceController {
157 157 $result['data'][] = (int)$metric_val[$i];
158 158 }
159 159 } else {
160   - $result['data'][] = (float)$metric_val[0];
  160 + $result['data'][] = 0;
161 161 }
162 162 }
163 163  
... ...