* Setup: fix install check was (false) reporting missing PHP extension "addressbook_zip"

This commit is contained in:
Ralf Becker 2016-07-04 14:08:37 +02:00
parent 116a1ce63c
commit 436ec9181f

View File

@ -64,9 +64,4 @@ $setup_info['addressbook']['check_install'] = array(
'func' => 'function_check',
'warning' => "The imagecreatefromjpeg function is supplied by the gd extension (complied with jpeg support!). It's needed to upload photos for contacts.",
),
'zip' => array(
'func' => 'extension_check',
'warning' => lang('The zip extension is needed, to insert contact data in OpenOffice or MSOffice documents.'),
),
);