diff --git a/lib/util.php b/lib/util.php index 348163d9a2..48889cea1f 100755 --- a/lib/util.php +++ b/lib/util.php @@ -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.');