diff --git a/httpdocs/src/Controller/BackendController.php b/httpdocs/src/Controller/BackendController.php index 1e8d2df..f31fb88 100644 --- a/httpdocs/src/Controller/BackendController.php +++ b/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 : "";