From 6636720d2db76c4b7959f6045308fce1dc74a6bb Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Thu, 29 Sep 2011 15:53:58 +0200 Subject: [PATCH] enhance warning --- lib/util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.php b/lib/util.php index 66a781537e..c17f346c2b 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')){