Return default profile photo if no profile photo is set

2022.09-rc
fabrixxm 2018-11-21 09:37:13 +01:00 zatwierdzone przez Hypolite Petovan
rodzic 9b2e3fa916
commit 0ada604c7d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -150,7 +150,7 @@ class Photo extends BaseModule
$photo = MPhoto::selectFirst([], ["scale" => $scale, "uid" => $uid, "profile" => 1]);
if ($photo===false) {
// todo default image info
$photo = MPhoto::createPhotoForSystemResource($default);
}
return $photo;
}