Daniel hace 3 años
padre
commit
9a36b4dd1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      httpdocs/src/Controller/BackendController.php

+ 1
- 1
httpdocs/src/Controller/BackendController.php Ver fichero

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


Cargando…
Cancelar
Guardar