@ -26,6 +26,11 @@ if(is_null($id)) {
getStandardImage();
}
if(!extension_loaded('gd') || !function_exists('gd_info')) {
OCP\Util::writeLog('contacts','photo.php. GD module not installed',OCP\Util::DEBUG);
$contact = OC_Contacts_App::getContactVCard($id);
$image = new OC_Image();
if(!$image) {
@ -32,7 +32,7 @@ function getStandardImage(){
OCP\Response::redirect(OCP\Util::imagePath('contacts', 'person.png'));
if(!function_exists('imagecreatefromjpeg')) {
OCP\Util::writeLog('contacts','thumbnail.php. GD module not installed',OCP\Util::DEBUG);
exit();