Skip to content
Extraits de code Groupes Projets
Valider 74cfbc2f rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

Refs #3180 Maybe fixes the issue but maybe we should look for the original problem?

git-svn-id: http://dev.piwik.org/svn/trunk@6548 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 727cbcb6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -465,7 +465,7 @@ class Piwik_DataTable ...@@ -465,7 +465,7 @@ class Piwik_DataTable
public function getRowFromLabel( $label ) public function getRowFromLabel( $label )
{ {
$rowId = $this->getRowIdFromLabel($label); $rowId = $this->getRowIdFromLabel($label);
if(is_int($rowId)) if(is_int($rowId) && isset($this->rows[$rowId]))
{ {
return $this->rows[$rowId]; return $this->rows[$rowId];
} }
......
Le fichier a été supprimé par une entrée .gitattributes, ou son encodage n'est pas pris en charge.
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