From ea9e2b716cacc65edb652777d1c75e5673df1983 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 28 Dec 2016 23:14:10 +0200 Subject: [PATCH] testing --- backend/views/report/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/views/report/index.php b/backend/views/report/index.php index de76ede..5d81653 100644 --- a/backend/views/report/index.php +++ b/backend/views/report/index.php @@ -21,7 +21,7 @@ $this->params['breadcrumbs'][] = $this->title; setAuthConfig(__DIR__ . '/client_secrets.json'); + $client->setAuthConfig(__DIR__ . '/client_secret.json'); $client->addScope(Google_Service_Analytics::ANALYTICS_READONLY); $analytics = new Google_Service_AnalyticsReporting($client); -- libgit2 0.21.4