mirror of
https://github.com/friendica/friendica
synced 2025-05-04 19:44:11 +02:00
Added todo
This commit is contained in:
parent
fa00a4ee32
commit
f5a7b0141b
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ class Images
|
||||||
if (!empty($photo)) {
|
if (!empty($photo)) {
|
||||||
$img_str = Photo::getImageDataForPhoto($photo);
|
$img_str = Photo::getImageDataForPhoto($photo);
|
||||||
}
|
}
|
||||||
|
// @todo Possibly add a check for locally stored files
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($img_str)) {
|
if (empty($img_str)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue