瀏覽代碼

fix

master
Daniel 3 年之前
父節點
當前提交
9a36b4dd1a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      httpdocs/src/Controller/BackendController.php

+ 1
- 1
httpdocs/src/Controller/BackendController.php 查看文件

@@ -128,7 +128,7 @@ class BackendController extends AbstractController
$unique_users = (int)$activesheet->getCell('N'.$row)->getCalculatedValue();
$page_impressions = (int)$activesheet->getCell('P'.$row)->getCalculatedValue();
$visits = (int)$activesheet->getCell('R'.$row)->getCalculatedValue();
$source = $activesheet->getCell('W'.$row)->getValue();
$source = $activesheet->getCell('W'.$row)->getCalculatedValue();

$range = $range !== 0 ? $range : "";
$edition = $edition !== 0 ? $edition : "";


Loading…
取消
儲存