Store guid and plink with event (#5485)
* Store guid and plink with event * One space too much
This commit is contained in:
committed by
Hypolite Petovan
parent
a44eeda463
commit
be8b68aaaf
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user