Skip to content
Extraits de code Groupes Projets
Valider 4f0d8c13 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

make sure the user has access to the website. otherwise if access to website...

make sure the user has access to the website. otherwise if access to website was removed we would still redirect to this website where user would see an error
parent 548f2d3e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -735,7 +735,9 @@ abstract class Controller ...@@ -735,7 +735,9 @@ abstract class Controller
$defaultWebsiteId = $defaultReport; $defaultWebsiteId = $defaultReport;
} }
if ($defaultWebsiteId) { ;
if ($defaultWebsiteId && Piwik::isUserHasViewAccess($defaultWebsiteId)) {
return $defaultWebsiteId; return $defaultWebsiteId;
} }
......
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