From f5a7b0141b6ea9199844d2b021bace30130df578 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 19 Jul 2021 06:55:23 +0000 Subject: [PATCH] Added todo --- src/Util/Images.php | 1 + 1 file changed, 1 insertion(+) 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)) {