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:
authorrobocoder <anthon.pang@gmail.com>2009-08-22 17:28:49 +0400
committerrobocoder <anthon.pang@gmail.com>2009-08-22 17:28:49 +0400
commitd5f24f9dc9439f6e2382772ceda81ffb899895d1 (patch)
tree33675ec23c375d3df36a7c6473cdea7394b7cff8 /core/Translate.php
parent20cac9adab214fe1e8e8a37f0cf81ec28c7968fa (diff)
fix typo
git-svn-id: http://dev.piwik.org/svn/trunk@1421 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Translate.php')
-rw-r--r--core/Translate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Translate.php b/core/Translate.php
index 5301b0914c..9e2ae9cea5 100644
--- a/core/Translate.php
+++ b/core/Translate.php
@@ -141,7 +141,7 @@ class Piwik_Translate
* @param array $args sprintf arguments
* @return string
*/
- static public function translate($string, args = array())
+ static public function translate($string, $args = array())
{
if(!is_array($args))
{