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