[MEDIA][EXCEPTIONS] Fix errors and deprecations

This commit is contained in:
Hugo Sales
2020-08-09 12:44:47 +00:00
committed by Hugo Sales
parent 08e5b313ce
commit 4128a5403d
11 changed files with 26 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ class Avatar extends Controller
}
$res = $result[0];
return Media::sendFile(EAvatar::getFilePath($res['file_hash']), $res['mimetype'], $res['title']);
return Media::sendFile(EAvatar::getFilePathStatic($res['file_hash']), $res['mimetype'], $res['title']);
default:
throw new Exception('Not implemented');
}