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:
authormattab <matthieu.aubry@gmail.com>2014-06-05 05:16:29 +0400
committermattab <matthieu.aubry@gmail.com>2014-06-05 05:16:29 +0400
commitbea97e689bffac8d10bbf37a728aa5c5e4909748 (patch)
tree644de1b02cd11f57f864180e5d40c46805fd0b69 /core/Twig.php
parent1e940655c2c06c7fd28ffd81599573374e63f4dc (diff)
Fix typo
Diffstat (limited to 'core/Twig.php')
-rwxr-xr-xcore/Twig.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Twig.php b/core/Twig.php
index 758cd24013..5b876859fc 100755
--- a/core/Twig.php
+++ b/core/Twig.php
@@ -78,7 +78,7 @@ class Twig
$this->addFilter_sumTime();
$this->addFilter_money();
$this->addFilter_truncate();
- $this->addFilter_notificiation();
+ $this->addFilter_notification();
$this->addFilter_percentage();
$this->addFilter_prettyDate();
$this->addFilter_safeDecodeRaw();
@@ -202,7 +202,7 @@ class Twig
return $this->twig;
}
- protected function addFilter_notificiation()
+ protected function addFilter_notification()
{
$twigEnv = $this->getTwigEnvironment();
$notificationFunction = new Twig_SimpleFilter('notification', function ($message, $options) use ($twigEnv) {