]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Images.php
Merge pull request #10575 from MrPetovan/bug/10019-peertube-embed
[friendica.git] / 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)) {