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…
Reference in a new issue