Store guid and plink with event (#5485)

* Store guid and plink with event

* One space too much
This commit is contained in:
Michael Vogel 2018-07-24 16:01:31 +02:00 committed by Hypolite Petovan
parent a44eeda463
commit be8b68aaaf
2 changed files with 3 additions and 1 deletions

View file

@ -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",