Don't return a filename when it wasn't stored
This commit is contained in:
parent
f744dd362d
commit
f785026289
|
@ -124,6 +124,11 @@ class Avatar
|
||||||
|
|
||||||
DI::profiler()->stopRecording();
|
DI::profiler()->stopRecording();
|
||||||
|
|
||||||
|
if (!file_exists($filepath)) {
|
||||||
|
Logger::notice('Avatar cache file could not be stored', ['file' => $filepath]);
|
||||||
|
return '';
|
||||||
|
}
|
||||||
|
|
||||||
return DI::baseUrl() . $path;
|
return DI::baseUrl() . $path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user