mirror of
https://github.com/friendica/friendica
synced 2024-11-17 22:23:41 +00:00
"tag" is no field anymore
This commit is contained in:
parent
bb37c41bd7
commit
aac965be7d
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ function photos_post(App $a)
|
|||
}
|
||||
|
||||
if ($item_id) {
|
||||
$item = Post::selectFirst(['tag', 'inform', 'uri-id'], ['id' => $item_id, 'uid' => $page_owner_uid]);
|
||||
$item = Post::selectFirst(['inform', 'uri-id'], ['id' => $item_id, 'uid' => $page_owner_uid]);
|
||||
|
||||
if (DBA::isResult($item)) {
|
||||
$old_inform = $item['inform'];
|
||||
|
|
Loading…
Reference in a new issue