chengwl 4 年之前
父節點
當前提交
b6c8159846
共有 1 個文件被更改,包括 1 次插入1 次删除
  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=[];