]> git.mxchange.org Git - friendica.git/commitdiff
Added todo
authorMichael <heluecht@pirati.ca>
Mon, 19 Jul 2021 06:55:23 +0000 (06:55 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 19 Jul 2021 06:55:23 +0000 (06:55 +0000)
src/Util/Images.php

index dd4848606bb6c0c9a76ab18c7bb7203eb5466561..bf84ee6c22552bad74d3db1eb83272a5bc52f0d3 100644 (file)
@@ -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)) {