Skip to content
Extraits de code Groupes Projets
Valider 715f49ef rédigé par mattab's avatar mattab
Parcourir les fichiers

Try fix build

parent 40eabd83
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -134,7 +134,7 @@ class Controller extends \Piwik\Plugin\Controller ...@@ -134,7 +134,7 @@ class Controller extends \Piwik\Plugin\Controller
$hasGoals = !empty($goals) || $site->isEcommerceEnabled(); $hasGoals = !empty($goals) || $site->isEcommerceEnabled();
// maximum number of visits to be displayed in the map // maximum number of visits to be displayed in the map
$maxVisits = Common::getRequestVar('format_limit', 100, 'int'); $maxVisits = Common::getRequestVar('filter_limit', 100, 'int');
// some translations // some translations
$locale = array( $locale = array(
......
...@@ -52,7 +52,8 @@ class Test_Piwik_Integration_AutoSuggestAPITest extends IntegrationTestCase ...@@ -52,7 +52,8 @@ class Test_Piwik_Integration_AutoSuggestAPITest extends IntegrationTestCase
$apiForTesting[] = array('Live.getLastVisitsDetails', $apiForTesting[] = array('Live.getLastVisitsDetails',
array('idSite' => $idSite, array('idSite' => $idSite,
'date' => date('Y-m-d', strtotime(self::$fixture->dateTime)), 'date' => date('Y-m-d', strtotime(self::$fixture->dateTime)),
'period' => 'year')); 'period' => 'year',
'otherRequestParameters' => array('filter_limit' => 1000)));
} }
return $apiForTesting; return $apiForTesting;
......
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