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
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Plugin/ControllerAdmin.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/Plugin/ControllerAdmin.php b/core/Plugin/ControllerAdmin.php
index 3431d70156..42f44706b1 100644
--- a/core/Plugin/ControllerAdmin.php
+++ b/core/Plugin/ControllerAdmin.php
@@ -128,8 +128,7 @@ abstract class ControllerAdmin extends Controller
if (!$notifyPhpIsEOL) {
return;
}
- $dateDropSupport = Date::factory('2015-05-01')->getLocalized('%longMonth% %longYear%');
- $message = Piwik::translate('General_WarningPiwikWillStopSupportingPHPVersion', $dateDropSupport)
+ $message = Piwik::translate('General_WarningPiwikWillStopSupportingPHPVersion')
. "\n "
. Piwik::translate('General_WarningPhpVersionXIsTooOld', '5.3');