mirror of
https://github.com/friendica/friendica
synced 2024-11-18 21:43:40 +00:00
Qualify call to ridFromURI
Co-Authored-By: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
ae6748a465
commit
dee6a63841
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ class Photo
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($images as $image) {
|
foreach ($images as $image) {
|
||||||
$image_rid = ridFromURI($image);
|
$image_rid = self::ridFromURI($image);
|
||||||
if (!$image_rid) {
|
if (!$image_rid) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue