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:
Diffstat (limited to 'core/SmartyPlugins/modifier.sumtime.php')
-rw-r--r--core/SmartyPlugins/modifier.sumtime.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/SmartyPlugins/modifier.sumtime.php b/core/SmartyPlugins/modifier.sumtime.php
index cbd50f4618..2573719039 100644
--- a/core/SmartyPlugins/modifier.sumtime.php
+++ b/core/SmartyPlugins/modifier.sumtime.php
@@ -1,10 +1,10 @@
<?php
/**
* Piwik - Open source web analytics
- *
+ *
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- *
+ *
* @category Piwik
* @package SmartyPlugins
*/
@@ -26,5 +26,5 @@
*/
function smarty_modifier_sumtime($numberOfSeconds)
{
- return Piwik::getPrettyTimeFromSeconds($numberOfSeconds);
+ return Piwik::getPrettyTimeFromSeconds($numberOfSeconds);
}