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

Fixes #3641 Thanks for the patch mihui!

git-svn-id: http://dev.piwik.org/svn/trunk@7710 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent a59bb4df
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -102,7 +102,8 @@ class Piwik_Common
{
return $table;
}
return str_replace($prefixTable, '', $table, $count = 1);
$count = 1;
return str_replace($prefixTable, '', $table, $count);
}
/*
......
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