chengwl 4 years ago
parent
commit
b6c8159846
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/GA.php

+ 1 - 1
lib/GA.php

@@ -87,7 +87,7 @@ class GA{
         return $analytics->reports->batchGet( $body );
        
     }
-    function getResults($repo0rts) {
+    function getResults($reports) {
         $data=[];
         for ( $reportIndex = 0; $reportIndex < count( $reports ); $reportIndex++ ) {
             $item=[];