summaryrefslogtreecommitdiffstats
path: root/lib/util.php
diff options
context:
space:
mode:
authorThomas Schmidt <tschmidt@suse.de>2011-09-29 15:53:58 +0200
committerThomas Schmidt <tschmidt@suse.de>2011-09-29 15:53:58 +0200
commit6636720d2db76c4b7959f6045308fce1dc74a6bb (patch)
tree6894eab2e3a6561ae69a0c0ae09aa31cbc8d1eee /lib/util.php
parent387b94b740da98ccb95e1774378fa5b312218394 (diff)
downloadnextcloud-server-6636720d2db76c4b7959f6045308fce1dc74a6bb.tar.gz
nextcloud-server-6636720d2db76c4b7959f6045308fce1dc74a6bb.zip
enhance warning
Diffstat (limited to 'lib/util.php')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index 66a781537ea..c17f346c2be 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -245,7 +245,7 @@ class OC_Util {
// check if all required php modules are present
if(!class_exists('ZipArchive')){
- $errors[]=array('error'=>'PHP module ZipArchive not installed.<br/>','hint'=>'Please ask your server administrator to install the module.');
+ $errors[]=array('error'=>'PHP module zip not installed.<br/>','hint'=>'Please ask your server administrator to install the module.');
}
if(!function_exists('mb_detect_encoding')){