mirror of
https://github.com/friendica/friendica
synced 2025-04-27 17:10:10 +00:00
Function renamed
This commit is contained in:
parent
7d91cc73de
commit
c5ca5bfdf8
5 changed files with 24 additions and 27 deletions
|
@ -273,7 +273,7 @@ class Photos extends \Friendica\Module\BaseProfile
|
|||
$arr['visible'] = $visible;
|
||||
$arr['origin'] = 1;
|
||||
|
||||
$arr['body'] = Images::getImageUrl($resource_id, $this->owner['nickname'], $preview, $image->getExt(), '');
|
||||
$arr['body'] = Images::getBBCodeByResource($resource_id, $this->owner['nickname'], $preview, $image->getExt());
|
||||
|
||||
$item_id = Item::insert($arr);
|
||||
// Update the photo albums cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue