mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 23:03:00 -04:00
enhance warning
This commit is contained in:
parent
387b94b740
commit
6636720d2d
1 changed files with 1 additions and 1 deletions
|
|
@ -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')){
|
||||
|
|
|
|||
Loading…
Reference in a new issue