Skip to content
Extraits de code Groupes Projets
Valider 8ab36f57 rédigé par Thomas Steur's avatar Thomas Steur Validation de Matthieu Aubry
Parcourir les fichiers

No data has been recorded screen -> no website name is displayed (#10570)

fix #10546
parent 93604ea7
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -141,6 +141,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin ...@@ -141,6 +141,7 @@ class Controller extends \Piwik\Plugin\ControllerAdmin
return $this->renderTemplate('siteWithoutData', array( return $this->renderTemplate('siteWithoutData', array(
'siteName' => $this->site->getName(), 'siteName' => $this->site->getName(),
'idSite' => $this->site->getId(),
'trackingHelp' => $this->renderTemplate('_displayJavascriptCode', array( 'trackingHelp' => $this->renderTemplate('_displayJavascriptCode', array(
'displaySiteName' => Common::unsanitizeInputValue($this->site->getName()), 'displaySiteName' => Common::unsanitizeInputValue($this->site->getName()),
'jsTag' => $javascriptGenerator->generate($this->idSite, $piwikUrl), 'jsTag' => $javascriptGenerator->generate($this->idSite, $piwikUrl),
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter