Function renamed
This commit is contained in:
parent
7d91cc73de
commit
c5ca5bfdf8
5 changed files with 24 additions and 27 deletions
|
@ -375,7 +375,7 @@ function photos_post(App $a)
|
|||
$arr['visible'] = 0;
|
||||
$arr['origin'] = 1;
|
||||
|
||||
$arr['body'] = Images::getImageUrl($photo['resource-id'], $user['nickname'], $photo['scale'], $ext, '');
|
||||
$arr['body'] = Images::getBBCodeByResource($photo['resource-id'], $user['nickname'], $photo['scale'], $ext);
|
||||
|
||||
$item_id = Item::insert($arr);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue