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-14 02:38:28 +0400
committersgiehl <stefan@piwik.org>2013-09-14 02:39:09 +0400
commite0fd925e0d39fcf17c1e52b36c55812af7881297 (patch)
treef3dd2366aa048c1421eebd4bc601661d40cd36ef /plugins/ImageGraph/API.php
parentc7b7707222492f18b1ae2de72d2e856be2753271 (diff)
refs #4151 refactored some usages of _js hack
Diffstat (limited to 'plugins/ImageGraph/API.php')
-rw-r--r--plugins/ImageGraph/API.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ImageGraph/API.php b/plugins/ImageGraph/API.php
index ea4b88b392..6266bf9ed2 100644
--- a/plugins/ImageGraph/API.php
+++ b/plugins/ImageGraph/API.php
@@ -318,7 +318,7 @@ class API
//@review this test will need to be updated after evaluating the @review comment in API/API.php
if (!$processedReport) {
- throw new Exception(Piwik_Translate('General_NoDataForGraph_js'));
+ throw new Exception(Piwik_Translate('General_NoDataForGraph'));
}
// restoring generic filter parameters
@@ -456,7 +456,7 @@ class API
}
if (!$hasData || !$hasNonZeroValue) {
- throw new Exception(Piwik_Translate('General_NoDataForGraph_js'));
+ throw new Exception(Piwik_Translate('General_NoDataForGraph'));
}
//Setup the graph