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 'libs/Zend/Validate/Date.php')
-rw-r--r--libs/Zend/Validate/Date.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Zend/Validate/Date.php b/libs/Zend/Validate/Date.php
index a08e881a6b..eca260bb39 100644
--- a/libs/Zend/Validate/Date.php
+++ b/libs/Zend/Validate/Date.php
@@ -95,7 +95,7 @@ class Zend_Validate_Date extends Zend_Validate_Abstract
if (!array_key_exists('locale', $options)) {
// require_once 'Zend/Registry.php';
if (Zend_Registry::isRegistered('Zend_Locale')) {
- $options['locale'] = Zend_Registry::get('Zend_Locale');
+ $options['locale'] = \Zend_Registry::get('Zend_Locale');
}
}