From: Thomas Schmidt Date: Thu, 29 Sep 2011 13:53:58 +0000 (+0200) Subject: enhance warning X-Git-Tag: v3.0~101^2~42 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6636720d2db76c4b7959f6045308fce1dc74a6bb;p=nextcloud-server.git enhance warning --- 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.
','hint'=>'Please ask your server administrator to install the module.'); + $errors[]=array('error'=>'PHP module zip not installed.
','hint'=>'Please ask your server administrator to install the module.'); } if(!function_exists('mb_detect_encoding')){