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:
authordiosmosis <benaka@piwik.pro>2014-11-18 14:15:25 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-18 14:15:25 +0300
commit1f5cff9ff9eb0f53b5baca7907217b9fa45dc19d (patch)
treefd7087062347c92b97335fbc26781287f376b17e /plugins/Goals/Visualizations/Goals.php
parentb29040519ce25dc41f47ed98340832b58cdbac33 (diff)
Removing more TODOs.
Diffstat (limited to 'plugins/Goals/Visualizations/Goals.php')
-rw-r--r--plugins/Goals/Visualizations/Goals.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Goals/Visualizations/Goals.php b/plugins/Goals/Visualizations/Goals.php
index 45b235f761..70d9b56ac8 100644
--- a/plugins/Goals/Visualizations/Goals.php
+++ b/plugins/Goals/Visualizations/Goals.php
@@ -154,10 +154,9 @@ class Goals extends HtmlTable
private $goalsForCurrentSite = null;
- private function getGoals($idSite) // TODO: cache the result in private variable
+ private function getGoals($idSite)
{
- if ($this->goalsForCurrentSite === null)
- {
+ if ($this->goalsForCurrentSite === null) {
// get all goals to display info for
$allGoals = array();