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

fix more ui tests, Cache cannot be used as Piwik\Cache is already defined

parent a7fc6b6f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -11,7 +11,7 @@ namespace Piwik;
use Exception;
use Piwik\Plugins\UserCountry\LocationProvider\DefaultProvider;
use Piwik\Tracker;
use Piwik\Tracker\Cache;
use Piwik\Tracker\Cache as TrackerCache;
/**
* Contains helper methods used by both Piwik Core and the Piwik Tracking engine.
......@@ -1211,7 +1211,7 @@ class Common
*/
public static function getCurrentLocationProviderId()
{
$cache = Cache::getCacheGeneral();
$cache = TrackerCache::getCacheGeneral();
return empty($cache['currentLocationProviderId'])
? DefaultProvider::ID
: $cache['currentLocationProviderId'];
......
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