From ea5f8cd7299de2e7b1a45e5c601a63319d9fef94 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 9 Feb 2017 16:27:48 +0200 Subject: [PATCH] test google lib --- app/library/App/Bootstrap/RouteBootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Bootstrap/RouteBootstrap.php b/app/library/App/Bootstrap/RouteBootstrap.php index 2877cd7..b690853 100755 --- a/app/library/App/Bootstrap/RouteBootstrap.php +++ b/app/library/App/Bootstrap/RouteBootstrap.php @@ -58,7 +58,7 @@ class RouteBootstrap implements BootstrapInterface $param[] = ['metric' => 'ga:goal1Value', 'alias' => 'цель "Корзина"']; foreach ($param as $item) { - $response = getReport($analytics, $item['metric'], $item['alias']); + $response = $this->getReport($analytics, $item['metric'], $item['alias']); } -- libgit2 0.21.4