diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-05-07 13:51:30 +0200 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-05-07 13:51:30 +0200 |
commit | 2b9da8a6c9314d2279725c345f6e25a70fb9a30d (patch) | |
tree | d979783e2f786cd49b2849e507f4aceb2f51c304 /lib | |
parent | 16b513e4dc4fd65e77da7be37e99fb5c00656704 (diff) | |
download | nextcloud-server-2b9da8a6c9314d2279725c345f6e25a70fb9a30d.tar.gz nextcloud-server-2b9da8a6c9314d2279725c345f6e25a70fb9a30d.zip |
remove hard php-intl requirement
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/util.php | 5 |
1 files changed, 0 insertions, 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.'); |