From: Michael Date: Mon, 19 Jul 2021 06:55:23 +0000 (+0000) Subject: Added todo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f5a7b0141b6ea9199844d2b021bace30130df578;p=friendica.git Added todo --- diff --git a/src/Util/Images.php b/src/Util/Images.php index dd4848606b..bf84ee6c22 100644 --- a/src/Util/Images.php +++ b/src/Util/Images.php @@ -189,6 +189,7 @@ class Images if (!empty($photo)) { $img_str = Photo::getImageDataForPhoto($photo); } + // @todo Possibly add a check for locally stored files } if (empty($img_str)) {