Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/53/head
Maxence Lange 2018-11-24 13:15:33 -01:00
rodzic a031d9f294
commit ffd70a71a6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -249,7 +249,7 @@ class PersonService implements ICoreService {
if ($person->gotIcon()) {
try {
$icon = $this->cacheDocumentsRequest->getFromSource(
$icon = $this->cacheDocumentsRequest->getBySource(
$person->getIcon()
->getUrl()
);