Qualify call to ridFromURI

Co-Authored-By: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Matthew Exon 2020-01-10 20:29:15 +01:00 committed by GitHub
parent ae6748a465
commit dee6a63841
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ class Photo
}
foreach ($images as $image) {
$image_rid = ridFromURI($image);
$image_rid = self::ridFromURI($image);
if (!$image_rid) {
continue;
}