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:
authorsgiehl <stefan@piwik.org>2013-09-06 01:05:43 +0400
committersgiehl <stefan@piwik.org>2013-09-06 01:05:43 +0400
commit821c6601b4f7c363abc93a1b576476fcc5668954 (patch)
tree0bbb102a71e816f3f2ab5f290ed6cff03b5a98d0 /plugins/SegmentEditor
parent3c11c23f3e8dc1c088a07b941d719229d6e58197 (diff)
fixed some js errors, namespaces & coding style
Diffstat (limited to 'plugins/SegmentEditor')
-rw-r--r--plugins/SegmentEditor/Controller.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/SegmentEditor/Controller.php b/plugins/SegmentEditor/Controller.php
index 55b406cf53..2bdbb60ddf 100644
--- a/plugins/SegmentEditor/Controller.php
+++ b/plugins/SegmentEditor/Controller.php
@@ -86,10 +86,8 @@ class Controller extends \Piwik\Controller
'General_Edit',
'General_Search',
'General_SearchNoResults',
- '',
- '',
- '',
);
+ $translations = array();
foreach ($translationKeys as $key) {
$translations[$key] = Piwik_Translate($key);
}