diff --git a/addressbook/setup/setup.inc.php b/addressbook/setup/setup.inc.php index 23a43fd4b2..4832177409 100755 --- a/addressbook/setup/setup.inc.php +++ b/addressbook/setup/setup.inc.php @@ -56,7 +56,7 @@ $setup_info['projectmanager']['check_install'] = array( 'func' => 'extension_check', ), 'imagecreatefromjpeg' => array( - 'func' => 'func_exist', + '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.", ), );