]> git.mxchange.org Git - friendica.git/commitdiff
Qualify call to ridFromURI
authorMatthew Exon <github.mexon@spamgourmet.com>
Fri, 10 Jan 2020 19:29:15 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Jan 2020 19:29:15 +0000 (20:29 +0100)
Co-Authored-By: Hypolite Petovan <hypolite@mrpetovan.com>
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;
                        }