Commit 2a57dd72b93937e09d61ca890cf8cfca6287a649
1 parent
54b1c15e
ga fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/library/App/Controllers/GaController.php
@@ -53,7 +53,7 @@ class GaController extends CrudResourceController { | @@ -53,7 +53,7 @@ class GaController extends CrudResourceController { | ||
53 | $project = Project::findFirst(['ga_view_id' => $view_id]); | 53 | $project = Project::findFirst(['ga_view_id' => $view_id]); |
54 | $result = $this->sendGaRequest($project->name , $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); | 54 | $result = $this->sendGaRequest($project->name , $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); |
55 | } | 55 | } |
56 | - return '123'; | 56 | + return $result; |
57 | 57 | ||
58 | } | 58 | } |
59 | 59 |