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:
authorThomas Steur <thomas.steur@gmail.com>2016-04-20 15:48:17 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-04-20 15:48:17 +0300
commitc086f7041a94ba0ff46c17c6a0ea194a0ea131b7 (patch)
tree3cdf3e23c2d81c82c8a72ce1b0708e836028310c /libs
parentde96be1f00c9afd1b3d3c41afea45be2b3957deb (diff)
Fix tests
* Ignore idvisitor in system tests as it always changes in each test * Skip email tests in case intl extension is not installed * Update ui tests
Diffstat (limited to 'libs')
-rw-r--r--libs/Zend/Validate/Hostname.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/Zend/Validate/Hostname.php b/libs/Zend/Validate/Hostname.php
index 1ca10faea9..79e9902b6e 100644
--- a/libs/Zend/Validate/Hostname.php
+++ b/libs/Zend/Validate/Hostname.php
@@ -491,6 +491,7 @@ 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),
);