From: Michael Date: Fri, 30 Jul 2021 06:22:52 +0000 (+0000) Subject: "tag" is no field anymore X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aac965be7d33aca1119d6593c71589e7e8179e78;p=friendica.git "tag" is no field anymore --- diff --git a/mod/photos.php b/mod/photos.php index 132222f046..9e1fa9cede 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -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'];