From 2b9da8a6c9314d2279725c345f6e25a70fb9a30d Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 7 May 2013 13:51:30 +0200 Subject: [PATCH] remove hard php-intl requirement --- lib/util.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/util.php b/lib/util.php index 348163d9a29..48889cea1fb 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.');