enhance warning

This commit is contained in:
Thomas Schmidt 2011-09-29 15:53:58 +02:00
parent 387b94b740
commit 6636720d2d
1 changed files with 1 additions and 1 deletions

View 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')){