]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
Qualify call to ridFromURI
[friendica.git] / src / Model / Photo.php
index faae9e8b99fe0ebb8cce1c504f252ebdc585eab5..801ef25fba567218f9dacebd364a44fb0883c0ef 100644 (file)
@@ -641,7 +641,7 @@ class Photo
                }
 
                foreach ($images as $image) {
-                       $image_rid = ridFromURI($image);
+                       $image_rid = self::ridFromURI($image);
                        if (!$image_rid) {
                                continue;
                        }