]> source.dussan.org Git - nextcloud-server.git/commitdiff
enhance warning
authorThomas Schmidt <tschmidt@suse.de>
Thu, 29 Sep 2011 13:53:58 +0000 (15:53 +0200)
committerThomas Schmidt <tschmidt@suse.de>
Thu, 29 Sep 2011 13:53:58 +0000 (15:53 +0200)
lib/util.php

index 66a781537eae2b822da61be720c112d5005b17d5..c17f346c2bec884de4301b7d8efac59983e2f6af 100644 (file)
@@ -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')){