Commit 1b6d0c09e9a4995d2065d98195e5f03f04b7d19b
1 parent
368857f9
ga output
Showing
1 changed file
with
2 additions
and
1 deletions
 
Show diff stats
app/library/App/Controllers/GaController.php
| ... | ... | @@ -37,7 +37,8 @@ class GaController extends CrudResourceController { | 
| 37 | 37 | if (true) { | 
| 38 | 38 | $projects = Project::find(['user_id' => $user_id]); | 
| 39 | 39 | foreach ($projects as $project) { | 
| 40 | - $result[] = $this->sendGaRequest($project->id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date); | |
| 40 | + $result[] = $project->id; | |
| 41 | + //$result[] = $this->sendGaRequest($project->id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date); | |
| 41 | 42 | } | 
| 42 | 43 | } | 
| 43 | 44 | else { | ... | ... | 
