projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae6748a
)
Qualify call to ridFromURI
author
Matthew Exon
<github.mexon@spamgourmet.com>
Fri, 10 Jan 2020 19:29:15 +0000
(20:29 +0100)
committer
GitHub
<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
patch
|
blob
|
history
diff --git
a/src/Model/Photo.php
b/src/Model/Photo.php
index faae9e8b99fe0ebb8cce1c504f252ebdc585eab5..801ef25fba567218f9dacebd364a44fb0883c0ef 100644
(file)
--- a/
src/Model/Photo.php
+++ b/
src/Model/Photo.php
@@
-641,7
+641,7
@@
class Photo
}
foreach ($images as $image) {
- $image_rid = ridFromURI($image);
+ $image_rid =
self::
ridFromURI($image);
if (!$image_rid) {
continue;
}