remove hard php-intl requirement

This commit is contained in:
Morris Jobke 2013-05-07 13:51:30 +02:00
parent 16b513e4dc
commit 2b9da8a6c9
1 changed files with 0 additions and 5 deletions

View File

@ -252,11 +252,6 @@ class OC_Util {
'hint'=>'Please ask your server administrator to install the module.');
$web_server_restart= false;
}
if(!class_exists('Locale')) {
$errors[]=array('error'=>'PHP module intl is not installed.',
'hint'=>'Please ask your server administrator to install the module.');
$web_server_restart= false;
}
if(!function_exists('gzencode')) {
$errors[]=array('error'=>'PHP module zlib is not installed.',
'hint'=>'Please ask your server administrator to install the module.');