58 if (!(\CFile::checkImageFile($newPhotoFile, 0, 0, 0, [
'IMAGE']) ===
null))
60 throw new \RuntimeException(
'The file is not an image.');
63 $newPhotoFile[
'MODULE_ID'] =
'socialnetwork';
64 $fileId = \CFile::saveFile($newPhotoFile,
'socialnetwork');
67 throw new \RuntimeException(
'Unable to save file.');
70 $fileTmp = \CFile::resizeImageGet(
73 'width' => self::AVATAR_SIZE,
74 'height' => self::AVATAR_SIZE,
76 BX_RESIZE_IMAGE_PROPORTIONAL,
84 'fileUri' => $fileTmp[
'src'],