소스 검색

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 : "";


불러오는 중...
취소
저장