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 <benakamoorthi@fastmail.fm>2013-10-29 02:34:36 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-29 02:34:36 +0400
commit55c053f05b764b899f0b7bb1c8ec71f3685c4a11 (patch)
tree20660dcb77658b25fa201f3db9db466ff910bd84 /core/Period.php
parentceb09d167b9d207ba8ab62cb560a2576d1a8e021 (diff)
Remove Piwik::translateException function.
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index 7962267a0a..1f167736ef 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -111,7 +111,7 @@ abstract class Period
break;
default:
- $message = Piwik::translateException(
+ $message = Piwik::translate(
'General_ExceptionInvalidPeriod', array($strPeriod, 'day, week, month, year, range'));
throw new Exception($message);
break;