mirror of
https://github.com/friendica/friendica
synced 2025-04-27 14:30:11 +00:00
rev update
This commit is contained in:
parent
6962989e52
commit
f033c9a4ae
3 changed files with 202 additions and 202 deletions
|
@ -2980,12 +2980,12 @@ function fix_private_photos($s,$uid, $item = null, $cid = 0) {
|
|||
}
|
||||
}
|
||||
if($replace) {
|
||||
logger('replacing photo');
|
||||
logger('fix_private_photos: replacing photo', LOGGER_DEBUG);
|
||||
$s = str_replace($image, 'data:image/jpg;base64,' . base64_encode($r[0]['data']), $s);
|
||||
logger('fix_private_photos: replaced: ' . $s, LOGGER_DATA);
|
||||
}
|
||||
}
|
||||
}
|
||||
logger('fix_private_photos: replaced: ' . $s, LOGGER_DATA);
|
||||
}
|
||||
}
|
||||
return($s);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue