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/libs
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2016-08-16 06:52:00 +0300
committermattab <matthieu.aubry@gmail.com>2016-08-16 06:52:50 +0300
commit0f20ba6e5eacd5fc2535b722ad6e9581c11bc82b (patch)
tree8192a87a7442d484a64e2b03d9b035f0d5306ae7 /libs
parent9df0763a88660ad71646b1bf805b7818380f2bb7 (diff)
Fix test for email hostnames
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Validate/Hostname.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/Zend/Validate/Hostname.php b/libs/Zend/Validate/Hostname.php
index 1ca10faea9..6a6c4aabb8 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -491,6 +491,8 @@ class Zend_Validate_Hostname extends Zend_Validate_Abstract
'家電' => array(1 => self::VALID_UNICODE_DOMAIN),
'微博' => array(1 => self::VALID_UNICODE_DOMAIN),
'ابوظبي' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '网站' => array(1 => self::VALID_UNICODE_DOMAIN),
+ '香格里拉' => array(1 => self::VALID_UNICODE_DOMAIN),
);