mirror of
https://github.com/friendica/friendica
synced 2025-05-11 17:44:10 +02:00
Fetch photo fields, ensuring that they are filled
This commit is contained in:
parent
74bc3de472
commit
b79bb0d2cb
12 changed files with 82 additions and 32 deletions
|
@ -170,7 +170,7 @@ class Proxy
|
|||
* @return boolean
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private static function isLocalImage($url)
|
||||
public static function isLocalImage($url)
|
||||
{
|
||||
if (substr($url, 0, 1) == '/') {
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue