mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:50:12 +00:00
Store guid and plink with event (#5485)
* Store guid and plink with event * One space too much
This commit is contained in:
parent
a44eeda463
commit
be8b68aaaf
2 changed files with 3 additions and 1 deletions
|
@ -2642,6 +2642,7 @@ class DFRN
|
|||
$ev["edited"] = $item["edited"];
|
||||
$ev["private"] = $item["private"];
|
||||
$ev["guid"] = $item["guid"];
|
||||
$ev["plink"] = $item["plink"];
|
||||
|
||||
$r = q(
|
||||
"SELECT `id` FROM `event` WHERE `uri` = '%s' AND `uid` = %d LIMIT 1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue