summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorris Jobke <morris.jobke@gmail.com>2013-05-07 13:51:30 +0200
committerMorris Jobke <morris.jobke@gmail.com>2013-05-07 13:51:30 +0200
commit2b9da8a6c9314d2279725c345f6e25a70fb9a30d (patch)
treed979783e2f786cd49b2849e507f4aceb2f51c304
parent16b513e4dc4fd65e77da7be37e99fb5c00656704 (diff)
downloadnextcloud-server-2b9da8a6c9314d2279725c345f6e25a70fb9a30d.tar.gz
nextcloud-server-2b9da8a6c9314d2279725c345f6e25a70fb9a30d.zip
remove hard php-intl requirement
-rwxr-xr-xlib/util.php5
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.');