Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-06-17 14:39:11 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-17 14:39:11 +0400
commit3c606c04c6d296687138bf707c949ded7bf35e39 (patch)
tree7169c1f28945209e125113db065dd299b00008f9 /core/Archive.php
parenteef4a559b2d8ced52501062955eda38c9ac156b2 (diff)
Fixing build and small refactor
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Archive.php b/core/Archive.php
index a7b98cb22a..c085f8d8a5 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -668,8 +668,6 @@ class Piwik_Archive
$idarchivesByReport = Piwik_DataAccess_ArchiveSelector::getArchiveIds(
$this->params->getIdSites(), $this->params->getPeriods(), $this->params->getSegment(), $plugins);
-// FIXMEA: this should throw in tests! throw new Exception("this is tested");
-
// initialize archive ID cache for each report
foreach ($plugins as $plugin) {
$doneFlag = $this->getDoneStringForPlugin($plugin);