From a1153728af36026687a62b55514befa37c51a4d4 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 10 Jan 2017 01:14:33 +0200 Subject: [PATCH] ga --- backend/views/report/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/views/report/index.php b/backend/views/report/index.php index 7883904..ed6a497 100644 --- a/backend/views/report/index.php +++ b/backend/views/report/index.php @@ -44,8 +44,8 @@ if (isset($_SESSION['access_token']) && $_SESSION['access_token']) { $metric_2 = 'ga:users'; $metric_3 = 'ga:CTR'; $response_1 = getReport($analytics, $metric_1); - $response_1 = getReport($analytics, $metric_2); - $response_1 = getReport($analytics, $metric_3); + $response_2 = getReport($analytics, $metric_2); + $response_3 = getReport($analytics, $metric_3); // Вывод ответа. printResults($response_1); -- libgit2 0.21.4