mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
revert little rebase mistake
This commit is contained in:
parent
2ff67ef5ed
commit
a13280ac4a
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ class Item extends BaseObject {
|
|||
'body' => $body_e,
|
||||
'text' => $text_e,
|
||||
'id' => $this->get_id(),
|
||||
'guid' => $item['guid'],
|
||||
'guid' => urlencode($item['guid']),
|
||||
'isevent' => $isevent,
|
||||
'attend' => $attend,
|
||||
'consensus' => $consensus,
|
||||
|
|
Loading…
Reference in a new issue