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/Date.php')
-rw-r--r--core/Date.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Date.php b/core/Date.php
index 328467ab67..82a3df42a6 100644
--- a/core/Date.php
+++ b/core/Date.php
@@ -800,7 +800,7 @@ class Date
}
if ($ucfirst) {
- $out = Common::mb_strtoupper(Common::mb_substr($out, 0, 1)) . Common::mb_substr($out, 1);
+ $out = mb_strtoupper(mb_substr($out, 0, 1)) . mb_substr($out, 1);
}
return $out;